| Thread | Last Post | Replies |
|
| un-necessary HTML Changes | 20 Apr 2006 16:26 GMT | 1 |
Friends, Every time I go to design mode of ASPX page, and add a control to the form my HTML is getting changed and adds un-necessary tbody tags and other junk code. As a result of this
|
| stop client side caching | 20 Apr 2006 16:26 GMT | 1 |
I am using the loginview control on my pages where a logged in user gets a different nav control than a non logged in user. The problem is, that if the client's IE page caching is set to automatic, the non-logged in view is shown to a logged in user if they had previously hit ...
|
| ASP.NET Forum? | 20 Apr 2006 16:25 GMT | 3 |
Can anyone recommend a good, free ASP.NET forum? I'm experienced in classic ASP, and I want to learn ASP.NET. I'm looking for a free VBScript ASP.NET forum who's code I can learn from. I've been searching the web & so far have come up with nothing substantial.
|
| users and aspnetdb.mdf | 20 Apr 2006 16:24 GMT | 1 |
how can I add 1000 users (user_name, password) from txt, csv file to aspnetdb.mdf database??? thanks eresz
|
| Render Html Question?? | 20 Apr 2006 15:12 GMT | 2 |
I have all HTML in my Database.. and I need to have a search capability in my site.. I can't search using SQL Select statment because of html tags may give undesired result...
|
| form submit | 20 Apr 2006 15:08 GMT | 1 |
I have a webform (frmMain) which contains an iframe. In this iframe I display another webform (frmSub). I needed to submit frmSub from frmMain client-side, so used the following javascript: myIframe.document.forms[0].submit( );
|
| Form submission when hitting enter | 20 Apr 2006 14:54 GMT | 1 |
I have 2 fields and a button where users have to enter a username and password. How do I set it so that my page gets submitted anywhere the user clicks enter while filling out those forms? Right now you have to click the button using your mouse or using TAB to bring it in focus.
|
| Selectall() on texbox | 20 Apr 2006 14:36 GMT | 1 |
In windows forms textbox1.focus() textbox1.SelectAll() makes the text in the textbox selected when the above is run
|
| How to precheck the checkbox of Bound CheckBoxList? | 20 Apr 2006 14:13 GMT | 4 |
Below is my SQL Statement, Select Text, Value, Status from Tables I want to mark as a checked when the Status is true, how do I achieve this during databinding?
|
| Can't change mode in FormView | 20 Apr 2006 13:28 GMT | 4 |
I have a FormView with DefaultMode="Insert". I want to change this to DefaultMode="Edit" with code but this doesn't work. It's still in insert mode. I've used the following code: Sub Page_Load(ByVal sender As System.Object, ByVal e As
|
| ASP.NET or Cold Fusion | 20 Apr 2006 13:12 GMT | 5 |
I'm a Microsoft Access and ASP.NET developer. Currently I'm working at a company that uses Cold Fusion and we can't find any developers. I suggested that we use ASP.NET and Visual Studios.
|
| is it possible that pressing "previous page"(back) button of web browser by code | 20 Apr 2006 13:06 GMT | 1 |
is it possible that pressing "previous page"(back) button of web browser by code ?
|
| Help with DBNull issue when displaying images | 20 Apr 2006 12:59 GMT | 7 |
I have a website that has articles and images. The articles are stored in one table, and if they have an image associated with them, it's stored in another table with a common id linking them. I can pull all the information fine into labels, and if the ImagePath field is NULL,
|
| OutputCache | 20 Apr 2006 12:54 GMT | 1 |
A quick question on Cache. I'm not sure what I'm doing wrong. I'm testing out two pages. Page1 and Page2. Page1 click a button, redirect to page 2. on both page, i have
|
| Problems With the <location> element in my Web.Config | 20 Apr 2006 12:27 GMT | 1 |
Im trying to setup impersonation in the root directory and turn it off ( false ) in another directory. im doing to allow my crystal reports to work ( as i get the login failed message ) and also ensure that only certain people has access to the maintenance folder ( impersonation ...
|