| Thread | Last Post | Replies |
|
| Error saving project | 28 Dec 2006 10:59 GMT | 1 |
I have just installed web application projects for VS2005. When I create a new web app and try to save it I get this Error 103 C:\Documents and Settings\Malcolm Smith\My Documents\Visual Studio 2005\Projects\TBRWeb2005\TBRWeb2005\Secure\ctlStats.ascx: ASP.NET runtime
|
| Validation - substitution of null with "0" | 28 Dec 2006 10:36 GMT | 2 |
I have to validate some textboxes. The rule is that only numbers and null values are good. But in case of null values, I have to substitute them with "0". How can I do? thanks
|
| How to Redirect to another website on the same location | 28 Dec 2006 08:34 GMT | 1 |
Hi, I´ve two websites stored in IIS 5.0, and what I want is to Redirect from A website to B website, the problem is that doesn´t work because if I use Response.Redirect (http://localhost:5080) where is the A website from the B, it only works in the same machine, because if you
|
| values from gridview | 28 Dec 2006 06:25 GMT | 1 |
I am trying to get the values from my gridview to process them in another function. I tried gridview.rows(0).cells(0).tostring()? thanks
|
| Speech to Text | 28 Dec 2006 04:51 GMT | 6 |
I am working on an web-based application where users will give their input in form of speech using microphone and I've to show whatever they spoke in text in a textbox, how is that possible? Just give me any pointers on this.
|
| Master page v/s user control | 28 Dec 2006 04:40 GMT | 1 |
Hi Friends, I wanted to know, how Master Page is different then Web User Control?? Thanks & Regards,
|
| Capturing Parameters | 28 Dec 2006 03:22 GMT | 1 |
I have a SQLDataSource that runs a stored procedure which returns just one record which is an EmployeeID. In the same webform I have a second SQLDataSource that runs a simple SELECT statement but needs the EMPLOYEEID in the first datasource as the criteria or parameter.
|
| ASP.Net Webserver error | 28 Dec 2006 03:20 GMT | 1 |
I am new to asp.net. I installed vs 2003, and start one web project. It indicates one error like "IIS not installed". So, after that i installed IIS and start the application, again i got 1 error like
|
| stored procedure in datagrid .net 1.1 | 28 Dec 2006 03:10 GMT | 1 |
I want to create a datagrid which can edit insert and delete data through a stored procedure. Is there anyone who can sent me some sample code for this? thanks b
|
| Finding a prior date by subtracting from today | 27 Dec 2006 22:25 GMT | 3 |
I'm having difficulty figuring out how to find the date three days from today's date. I'm trying to use an sql select statement, like so: "SELECT * FROM TableA " & _
|
| Add Class? From Where? | 27 Dec 2006 20:55 GMT | 2 |
I would like to add a class to my project. However when the add new item screen pops-up, there is no class template to choose. Weird. Don't remember ever having this problem. Thanks,
|
| Custom Paging - ASP.NET Grid + SQL 2000 | 27 Dec 2006 20:21 GMT | 3 |
in short, the question is "How do i do custom paging in my asp.net grids" in SQL 2000. if i use default paging and if my db has ~200000 records, then i have to select all the 2 lac records then bind to the grid.
|
| sitemap function | 27 Dec 2006 20:02 GMT | 1 |
Hi earthlings I need a function that pulls in from the sitemap the URL when I pass in a title. Can you acheive?
|
| Storage of Paged Datagrid Information | 27 Dec 2006 18:29 GMT | 1 |
Currently I store the entire list in the view state Due to the relatively low speed of the up stream I need a more effective method that will allow me to store it on the server, the issue is how to identify which list belongs to which page
|
| What am I doing wrong? System.Net.Mail | 27 Dec 2006 16:44 GMT | 11 |
Hello experts! I'm trying to send mail from my C# Asp.Net webpage. I used the code samples at www.systemnetmail.com but it still won't send. I think the problem is on the iis or exchange server side but I can't find any tutorials on how to configure the server(s). Any good links
|