I am try to upload pdf file into FTP Server using fileupload control in asp.net(vb.net).
It's working fine in local system but it's not working if i access remotly(it's not working after published...
Hi,
I am trying to show the content of a word document or a pdf file into my html page. Can someone help me out in doing this.. If there is any code snippet for that can someone share it for...
Hi,
I'm trying to for a div in my page in a javascript in clicking a link. So i need to set the id for the div and id for other contents inside the div based on the link clicked. I'm able to take...
Hi,
I'm trying to get the count in the list/grid from an external application(IP messenger) from my application using windows API in C#. I'm able to get the handle of the list. but when i try to...
Hi,
Can someone help me in making the menus of the given window(for example on screen keyboard) invisible by any programming language. Is there any API that does this. Please help me out in...
Hi,
I'm trying to create a queue in a remote machine. The queue path that i'm using is "FormatName:Direct=os:01HW045419\private$\SampleQueue".
When it tries to access the queue(either checking...
Hi,
I wanted to know whether my exe is already running or not and based on that i need to take some action. If it is already running i need to call a button click event of the already running...
Hi,
I want to disable the menu that pop-up's in the header when i use the alt+space bar key in .Net. Basically i dont want the menu to be listed.Is there any property for that or is there any api...
Hi,
I'm using generics in my program and i'm binding the List object which contains the data to the datagridview. But when i use the sort property of the gridview its throws an error "DataGridView...
It worked for me, thanks a lot for all of u. it was my mistake, i passed 1 instead of 0 for the second parameter while unchecking. Now its working. Once again thanks for all of you.
thanks guys, it worked for me, that was my mistake, when calling the api for unchecking i passed 1 instead of 0 in the second parameter. so this means that what all have posted is correct.Thanks a...
thanks hanees,
but its not working in c#, i dont have vb installed in my mac, i'm trying to convert as such in c#, its working for unchecking but its not checking that option.i'm working on...
thanks,
but the example that u gave recently is the same one that u gave earlier.i'm able to unchech it, i just wanted to know how to check the same.i'll provide what i have done(its a c# coding)....
hi hannes,
I got it, thanks, with ur sample i'm able to uncheck the option, but i'm not able to find the code to check the option. can u please help me out in this. this is bit urgent.thanks in...
Hi,
I want to uncheck the following option programatically.
Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
is there any api...
Hi,
I want to uncheck the following option programatically.
Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
is there any api...
Hi,
I want to uncheck the following option programatically(C#).
Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
is ther any...
hi,
thanks for ur reply. it seems there's no problem in the looping( the logic) b'coz its necessary to iterate for that many records(aprox 2 lacs) and i need to insert into the table.i was asked...
Hi,
How do i get the nth row value in a table in sql server. For example i wanted a particular field value of the 10 row in a table how do i get it. is there any query for that. Please help me out...
i am having one requirement in which lacks of records will be inserted into a table from a button click event in
an aspx page.the logic goes like this. it contains 4 for loops checking for array of...