| Thread | Last Post | Replies |
|
| questions about Controls.add | 16 Jun 2006 16:37 GMT | 2 |
In aspx file, i have a table: <asp:Table ID="table1" runat="server"> </asp:Table> In the code-behind, i create rows and cells:
|
| DELETE MORE THAN ONE ROW OF DATAGRID | 16 Jun 2006 15:36 GMT | 3 |
I have a DataGrid With Template Columns.. In the First Column i have a Check Box... Also i have a Button Outside the DataGrid..Just Above it.. What i want to do is ....
|
| IEWC TABSTRIP don't' work when no applicationpath present | 16 Jun 2006 15:35 GMT | 1 |
I have one asp.net application that uses TABSTRIP. It worked fine on all customers when published on urls like http://server/application/default.asp Now, one customer had published it, for its own reasons, on an url like
|
| published website showing error | 16 Jun 2006 14:11 GMT | 1 |
I have created a website in ASP.net 2.0 and published it on the webserver. The following error message is displayed. Compiler Error Message: CS0246: The type or namespace name 'Utilities' could not be found (are you missing a using directive or an assembly
|
| Move the focus away | 16 Jun 2006 12:27 GMT | 5 |
I have a common problem that when the user changed the selection in the DropDownList control and the program responded appropriately the focus remains there and if the user will press on the Arrow Up or arrow down buttons the selection of the DropDown will change which is not ...
|
| .net framework | 16 Jun 2006 12:25 GMT | 2 |
can a site developed in VS2005 run on .net framework 1.x.? Please let me know. thankyou, sangitaraj
|
| Sessions Information | 16 Jun 2006 12:19 GMT | 2 |
I am developing a dating site, What I am trying to do is; When one of my members logins, should see how many users online, and should see which users online when searching and listing other users.. I think I should work on "Session" and I must reach all the sessions
|
| I need some help | 16 Jun 2006 12:04 GMT | 3 |
I have a web application built in .NET Framework 1.1. The application has alot of content so I need to avoid postback at all costs. The application has a javascript file which handles disabling and enabling controls based on specific values of other controls.
|
| Security Trimming not working 100% showing some nodes?!? | 16 Jun 2006 10:25 GMT | 2 |
This is what i have: * web.config: <siteMap enabled="true" defaultProvider="smDefault"> <providers>
|
| ASP.NET Return Server Native Language | 16 Jun 2006 09:58 GMT | 3 |
I was wondering if there is a command to return the language that the server is set up in, usering ASP.NET v1.1 Because if you put Label1.Text = DateTime.Now.ToLongDateString and the server is in german it will return: Donnerstag, 15. Juni 2006
|
| How to Implement a Browse Button in asp.net WebApplication | 16 Jun 2006 08:46 GMT | 2 |
This is all about ASP.NET WEB APPLICATION... I have a Button and when i click that button... i need to open the File Dialog through Which i have to select the Image Path... And When i press the OK Button of the File Dialog ..... i have to get
|
| System.Net.Mail vs System.Web.Mail | 16 Jun 2006 08:16 GMT | 2 |
I want to use the new System.Net.Mail instead of the old System.Web.Mail. I'm getting an error "Hot not specified" when I try to do my last two lines: System.Net.Mail.SmtpClient SMTP = new SmtpClient(); SMTP.Send(Message); //Error happens here
|
| Forcing datagrid to expand horizontally instead of vertically | 16 Jun 2006 07:47 GMT | 5 |
I've got a grid that uses paging and displays a maximum of 10 records at a time. Sometimes the fields have a lot of data in them and the datagrid takes up way too much horizontal space. I've tried setting the height and it
|
| Response.Redirect | 16 Jun 2006 06:50 GMT | 2 |
I have do some Redirects in my applitcaion. For example, when the use rhas logged in successfully I redirect them to a different page. In my Redirect all I was doing was a..
|
| Login Control!!! | 16 Jun 2006 06:19 GMT | 1 |
I am using the Login Control in my ASP.NET 2.0 App I want just 3 users who can login to the system to perform some tasks... Questions: 1 .Can an ASP Application have individual page level access? if my app has
|