| Thread | Last Post | Replies |
|
| newbie: inserting data into sql form writes only null values | 31 Jan 2007 23:58 GMT | 3 |
using VStudio 2005/sql server 2005 Have a simple web form that inserts the results in a table. It seems to write to the table, but not the values from the asp forms fields. It adds a new record and increments the id field by one -- but in all the other
|
| Gridview Layout | 31 Jan 2007 23:45 GMT | 2 |
How can you configure the layout of the gridview? thanks M
|
| minimum password length | 31 Jan 2007 23:08 GMT | 1 |
how to set correct properties for minimum length of 6 characters ? The following doesn't work. <asp:CreateUserWizard ID="CreateUserWizard1" runat="server" PasswordRegularExpression='@\"(?=.{7,)(?=(.*\d){1,)(?=(.*\W){1,)' PasswordRegularExpressionErrorMessage="Minimum ...
|
| Implementing ~/... | 31 Jan 2007 22:44 GMT | 6 |
I am creating some custom links via code on my Web site. One problem I have is that I might write a link as /Images/img.gif. On my Web site, that should work find. But on my local test computer, it is wrong because / actual refers to the root of my developer server folder.
|
| Help Help. I really need some help with this | 31 Jan 2007 21:33 GMT | 3 |
I have an application which was working fine then all of a sudden my users are getting my custom error page. When I check the event log on web Server I see Event code: 3005
|
| Gridview, DataNavigateUrlFormatString and request.querystring | 31 Jan 2007 21:26 GMT | 2 |
Thanks in advance for any help you can give me on this. I am trying to include the value from a request.querystring in the DataNavigateUrlFormatString I am able to include one of the values which comes from the database
|
| ajax and asp.net in user control | 31 Jan 2007 20:14 GMT | 3 |
I want to use javascript (ajax) in User Control but to call the object is difficult. If my user control is called MyControl. To use the object in javascript, i make,
|
| Newbie question: Can I do this with ASPX? | 31 Jan 2007 19:03 GMT | 5 |
I am using C#, and woud like to know if it is possible for me to write Client-Side code with C#? Can't really find any good examples in the web, all are using javascript only.
|
| Gridview Paging Links for search engine web spiders | 31 Jan 2007 18:58 GMT | 2 |
The default gridview paging links are JavaScript and it looks like there is no way for search engines to follow them. Any ideas on what I can do to allow search engines to follow the links so they can index all the data in the datagrid with paging.
|
| write file in buffer | 31 Jan 2007 18:47 GMT | 1 |
I want to create/write XML file using streamwriter or something in buffer and redirect it to client without storing it on the server's harddisk in ASP.NET 2.0 Rahul
|
| Trouble with QueryString | 31 Jan 2007 18:26 GMT | 2 |
I access a particular page by specifying the page's name and extension like so: http://localhost:xxxx/MyFiles/Lucky/ The Lucky directory contains a webpage named Default.aspx. I can access is without needing to type in the page's name and extension. This page uses a querystring ...
|
| Page not found issue | 31 Jan 2007 18:20 GMT | 2 |
I have a very long running process(web application).It starts fine and after executing for about an hour I get page not found error.I don't see any exceptions from the application.I am using windows XP,IE6,IIS 5.1.
|
| "AJAXControlToolkit" is undefined | 31 Jan 2007 16:52 GMT | 1 |
I am trying to deploy a very simple website (one page with the calendar extender, latest version 1.0) on a WinXP/IIS6.0 site. The target server has the latest (1.0) installation of ASP.NET AJAX (the dll's are in the GAC). I am getting '"AJAXControlToolkit" is
|
| Javascript | 31 Jan 2007 16:47 GMT | 1 |
i want to UPLOAD documents using JAVASCRIPT on Client Side. My Q is how to read the DOCUMENT on the CLIENT mc and pack it in an XML below, i will be streaming the XML to the Server (Dont bother abt the streaming part).
|
| Unable to start debugging on the web server | 31 Jan 2007 16:47 GMT | 1 |
This is a classic one I guess. Can't debug. I have tried the following. - Running aspnet_regiis -i - Repairing the .NET framework
|