Hi all, Currently, I taking part time study in programming and doing my assignment. Currently i got a problem with my programming. It run prefectly but when i...
Dear C#.NET Group Members, I will be glad if any one can help me regarding the following problem that I have encountered: I have written the following code to...
Hi Try to run the same query in the Access and c that what does access say abt the query. Shahid Riaz Bhatti callpulak <callpulak@...> wrote: Dear C#.NET...
Hi All, I want to call only the form keyDown event , for that I put the property of the form keypreview=true, when I focuse any control on the form like...
http://www.developersdex.com/sql/message.asp?p=1119&ID=%3C2006041714201575249-trinigeek%40maccom%3E [Non-text portions of this message have been removed]...
you use function of ExecuteNonQuery() to know how many rows was effected (it return integer) callpulak <callpulak@...> wrote: Dear C#.NET Group Members, ...
can any one help me to put paging in datagrid like this format. Previous ... 12345678910 ... Next. i can only get 12345678910 or previous Next. can any one...
Dear members ... I have a dummy question about AJAX. What is the advantages of using AJAX rather than normal JavaScript ??? If we just deliver small data to...
sqlConnection con= new sqlConnection(); in the function you will write this code:- con.ConnectinString="user Id =sa; password= your password @sql; Initial...
It is now possible to join Yahoo Mail Beta by changing your content Country to the UK, Germany or France. As soon as you change the setting and return to your...
Hi everybody: I'm using VStudio .NET 2003, when I try to create a new web application, it gives me this error message: "The web server reported the following...
Good day Zul. Can you supply a snippet of code were the exception is thrown? Sincerely, Tony D. Abel ... integer, ... from ... such ... thrown ... control. ......
the Above link will help u,check it out deeban deeban <a.deeban@...> wrote: can any one help me to put paging in datagrid like this format. Previous...
hi all, i want to access the textbox name in the datagrid so that i can put the value from other page in that textbox. as its name get change in tha...
Hi, Another benefit of ajax is that you don't have to reload the page again and again. That is where the most of the time is saved and you get better...
When I use SmartNavigation property in my web page some javascript scripts don't work . Any one knows about that ? Thanx Ax4. ... Yahoo! Mail goes everywhere...
http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx _____ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Antonio...
Go to Properties and set it Paging ... New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. [Non-text portions of this message have...
hi all, i want to access the textbox name in the datagrid so that i can put the value from other page in that textbox. as its name get change in tha...
It depends on your website, for instance, ajaxpro contains a memory leak that can take down the application domain. The memory leak is very noticeable in high...
Hi use .ToString() to convert any data type to string. e.g. int a = 10; string aString = a.ToString(); Similarly u can convert any datatype to some other type...