asp.net-2.0
form based authentication Create User method?
I am new to Membership and role provider by asp.net All the articles I saw are using static method of Membership calss (CreateUser method) to create a new user. I also want to use it but my form has[详细]
2023-03-16 21:38 分类:问答how to check a particular asp.net validation control is valid?
In a web form there are different asp.net validation controls. Is it possible to check a particular validation control is valid ? For example on leaving focus of textbox, first I will check requiredFi[详细]
2023-03-14 20:55 分类:问答displaying custom message on custom errors in validation summary control on client side?
I am using validation summary control to display error messages of asp.net validation controls. There are some validations in page for which validation controls are not being used. I am using custom[详细]
2023-03-14 05:25 分类:问答how to Create web services | asp.net 2.0 | C# | web services
Below is my requirement ...please guide me to do w开发者_Python百科ell... ServiceName: Login Invoke URL:[详细]
2023-03-12 21:57 分类:问答Get Client Machine ID
I need to get Client\'s Machine ID and their Country in my web application... Is it possible开发者_JAVA百科 get succeed in this?[详细]
2023-03-10 17:22 分类:问答Posting a form using jquery ajax library in Asp.NET 2.0
Hello guys and thanks for your help as always. I am stuck on Asp.NET 2.0 and I am trying to perform a form submit using jquery library.[详细]
2023-03-06 18:46 分类:问答Best pratice to send asp.net webform to JQuery Autocomplete
What I want to do is retrieve all emails from MS SQL Customer table Email column and populate them inusing JQuery autocomplete feature. The current system is using VB.NET 2.0.[详细]
2023-03-05 04:07 分类:问答How do you define the TRACE compile flag in a ASP.NET Web Site project?
How do you define the TRACE compile flag in a ASP.NET Web Site project? There is no .proj-file and there are no options in any Build-dialogs in Visual Studio that I can find.[详细]
2023-03-01 04:36 分类:问答ASP.net unable to access database outside domain
I have built a website using ASP.net 2.0, IIS 5.1 and SQL server 2000. Accessing the website from the localhost and the same domain as the server is working correctly.[详细]
2023-02-21 07:41 分类:问答Loading repeater when binding gridview in asp.net
I have a gridview like this: <asp:GridView ID=\"gv1\" AutoGenerateColumns=\"false\" BorderWidth=\"0\" runat=\"server\" >[详细]
2023-02-20 17:22 分类:问答