| Thread | Last Post | Replies |
|
| Get IFRAME url | 29 Jan 2007 09:19 GMT | 7 |
I have a strange problem wuth IFRAME. I have page aaa.aspx with an IFRAME that contain page bbb.aspx. page bbb.aspx sometimes redirect him self to page ccc.aspx. The problem is that after I loaded the aaa.aspx page I want to know
|
| Cannot get ASP.NET to run | 29 Jan 2007 09:04 GMT | 1 |
I cannot get ASP.NET to run. When attempting to execute a script, the page times out with a basic 404 message. When attempting to start the ASP.NET State Service, I receive the
|
| Regular expression for password | 29 Jan 2007 09:01 GMT | 3 |
I need the password matching: 1. at least 6 chars 2. only English chars [A-z] or numbers (no spaces and no other chars) What is the regular expression syntax for that?
|
| Calling method in different page? | 29 Jan 2007 07:43 GMT | 1 |
I have an ascx file (call it usercontrol) that loads into an aspx file (parent). Usercontrol contains a hyperlink that when clicked, calls a method on parent that will than load text into parent.label1. From Usercontrol, I've tried using a linkbutton and its
|
| Design button doesn't work - very weird | 29 Jan 2007 07:29 GMT | 2 |
I am new to ASP.NET and I started working with 2005. I opened a new project and in the Default.aspx Web Form I clicked the "Design" button in the bottom of the screen so I can edit the layout.
|
| mixing html source with code behind | 29 Jan 2007 06:06 GMT | 4 |
can i mix the code behind page variables with html source ? for examle in asp we insert <% %> i want to connect to my db and with response.write , show it in a table thanks
|
| goofy global.asa | 29 Jan 2007 05:28 GMT | 8 |
i have a problem with a website where i use asp 3 and a global.asa in the root. In global.asa i use some aaplication variables which contains strings, such as: Application("str1")="text".
|
| sqldatasource filterexpression - Cannot find column | 29 Jan 2007 04:29 GMT | 1 |
Cannot find column [@phone_nbr]. Am I missing something here... SelectCommand="SELECT [ssn], [phone_nbr], [Description], refid FROM [Callers_vw] "
|
| Delegation fails after inactivity | 29 Jan 2007 03:20 GMT | 5 |
We are currently using impersonation with constrained delegation to run a dual server environment for ASP.NET 2.0 and SQL Server 2005. Everything is up and running great, however, we have the following issue and are not sure where to look.
|
| is there a way to perform a client side kind of Page.IsValid validation? | 29 Jan 2007 02:33 GMT | 6 |
We know in server code, we can check the page validated by using Page.IsValid where we put some validator controls on aspx page. I want to set some value after validating user input values on client side and before page posts to server. How can i get the functionality of
|
| Page/Controls Inheritance in ASP.NET 2.0 | 29 Jan 2007 02:23 GMT | 11 |
I am having the following problem: I am trying to access some textbox & dropdown controls from my function located in the app_code folder but I can't see them, it complains about not being declared! or not found.
|
| paging with gridview | 29 Jan 2007 01:36 GMT | 3 |
I am trying to bind a custom datasource to a gridview whilst paging is enabled. What is missing in this code to make the paging + binding work? thanks M
|
| Anyone using Vista with VS2005 SP1 or 2003? | 29 Jan 2007 00:23 GMT | 7 |
Just wondering if anyone is using Vista with Visual Studio.net 2005 SP1. Are you have any issues? Any advice or does it run fine? I'm thinking of installing Vista on my development machine... Also, how about VS.NET 2003 and Vista?
|
| Page cannot be displayed | 29 Jan 2007 00:15 GMT | 2 |
I'm using classic ASP. I made a change to a page and I got a Page Cannot Be Displayed error. I changed the code back and now I get the same thing. Other pages can run and access the db server. I tried taking out includes and bypassing some code. I've also checked both the ...
|
| Custom LoginControl | 28 Jan 2007 23:50 GMT | 1 |
I wish to store user attributes in my own tables on a mssql database. IE, I wish to use an existing table. Can someone point me to a good article on how to go about doing this? I've seen a few but they only seem to scratch the surface of making a custom provider.
|