| Thread | Last Post | Replies |
|
| ASP.NET 1.1 with SQL 2005 | 26 Jun 2006 19:15 GMT | 3 |
Hello Friends, I have my application using SQL 2000 database. I want to know if we migrate this database to SQL 2005 then does the application run as it is???
|
| ASP.NET CustomValidator on dynamic textboxes | 26 Jun 2006 19:15 GMT | 1 |
Hello. I'm creating a form that has (up to) 10 identical panels on the page, with each panel containing the same 8 textboxes for things like school name, address, etc, and one dropdown box. The user chooses how many schools they need to enter information for, and the form shows the
|
| TemplateField in 2.0 // Disappears on Postback when TemplateField is added thru code | 26 Jun 2006 18:28 GMT | 1 |
I am programmatically adding BoundField's and TemplateField's to a GridView.
|
| Bitmap as a Image web control | 26 Jun 2006 17:36 GMT | 1 |
Hi Ya, quick question for you. Im a little new to web controls and im trying to have a control that returns a bitmap image. So i have created a web control library, added a control,
|
| Invalid postback or callback argument Error | 26 Jun 2006 17:25 GMT | 1 |
I'm getting the following error when requesting asp.net page. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this
|
| How to use a webcontrol with Javascript. | 26 Jun 2006 17:21 GMT | 2 |
Hello world. I will try to explain my problem. I've a webcontrol with an interface which provides a choice of methods. After including the webcontrol in a special aspx page, I want to call an interface webcontrol method from a javascript
|
| UserID of Anonymous user | 26 Jun 2006 17:14 GMT | 1 |
Does anyone know how to get the UserID of the Anonymous user? The following only returns the UserName, not the UserID HttpContext.Current.Profile.UserName and
|
| Throwing exceptions | 26 Jun 2006 17:01 GMT | 4 |
I would like to know the general procedure to throw exceptions. Lets say I have a datagrid in my webpage and I am pulling the data for my webpage using a function. The function accepts parameter CompanyId and returns datatable. If I pass an empty CompanyId from the webpage, ...
|
| Determing web-site root | 26 Jun 2006 16:48 GMT | 7 |
Is there anyway of locating the root folder for your current web-site, ie if I have a site running on http://intranet/applicationname, is there anywhere in .Net that contains that info? I've looked at the Uri class but it doesn't seem to cover that, it will go
|
| DataGridItemEventArgs dataitem decimal value rounding | 26 Jun 2006 16:28 GMT | 2 |
In a datagrid's itemdatabound sub, I've got a dataitem for a SQL Server field of type decimal (3,2) with a value of 0.99. Query is straightforward: Select * from tablename. When I use a watch to check the dataitem value, it shows as 1D. If I use a watch to look at the cell text ...
|
| Can browser affect the session? | 26 Jun 2006 16:26 GMT | 3 |
I posted earlier about this, I have an application and a sequence of activities will cause the session to restart. My code will go to session_start right after I execute a Response.Redirect(mypage) in order to reload the page. I use this statement in other parts of the
|
| gridview export to excel displaying login page.... | 26 Jun 2006 16:17 GMT | 2 |
hi, i'm having this problem with export in asp. the export seems to be working fine but what's appearing is the login page for my web app. i'm using form security, username/password authentication is handled by my app. please help, any info would be greatly appreciated. thanks.
|
| Need help on Master Pages. | 26 Jun 2006 16:12 GMT | 3 |
I have a Master page defined with three content place holders. one on the left side to provide the links for the site navigation one on the top to display who logged in and on at the bottom to display the acutal content when a link was
|
| Excel data import problem | 26 Jun 2006 16:07 GMT | 3 |
Hi friends, First of all sorry for my not very good English. I have very strange problem, I have to import a data from excel sheet. I have 10 columns and all the data is coming properly except the data from one
|
| HTMLInputFile Issue | 26 Jun 2006 16:05 GMT | 3 |
I'm trying to use an HTMLInputFile control to upload files to a web server. When I run this on my local computer (Windows XP, .Net 1.1), it works just fine. When I deploy the app to my dev server (Windows 2003, .Net 1.1), however, I'm unable to get the control to work
|