| Thread | Last Post | Replies |
|
| How to set the page property in aspx file? | 29 Mar 2006 16:11 GMT | 1 |
Hi there, I thought this is easy but end up coming here for help. Here is my problem-- My page class has several properties, like security, title... What I want to do is instead of set the property in the code behind, I want to set them in aspx page in a HTML syntax.
|
| escaping characters | 29 Mar 2006 16:09 GMT | 1 |
I need to put the following code within a <% %> block : <td bgcolor=eeeeee><a href='company.asp?company=<%=rs("companyKey")%>&orderby=name'><%=naym%>< /a></td>
|
| web.config login problem | 29 Mar 2006 15:48 GMT | 5 |
I have a default.aspx which allows the user to choose between module Admin and module B. When the user clicks either one, he will be redirected to a FormsAuthentication login page. The problem I have is that currently, users of one module are able to access the other since I have ...
|
| Form Variables | 29 Mar 2006 15:33 GMT | 7 |
In ASP.NET 2.0 I declared Dim dst_subscr As New Data.DataSet and in page_load I filled the databaset with data from 3 tables. When I tried to use the database from another procedure (button_click
|
| Reading values of anonymous controls | 29 Mar 2006 15:30 GMT | 1 |
Hi NG Im trying to read the values of a bunch of TextBox'es that I add in a loop, dynamically. The page has an <asp:Table id="table" ...> control, and I add rows with textboxes like this (from memory, never mind
|
| use same DetailsView for multiple purposes? | 29 Mar 2006 15:26 GMT | 2 |
In some cases I would like to allow a user to select a row from a GridView to update in another page using a DetailsView form (passing the key in QueryString). In other cases I would like to use the same DetailsView form to allow
|
| CLick Command not working | 29 Mar 2006 15:10 GMT | 4 |
This is really an odd and weird problem that I am having. I have a basic page with drop downs and using the fieldvalidator and validatorsummary to ensure that the user selects an item from the list. I have a button which has an event (click) that does some operations.
|
| Concatenating two databinding expressions - how?? | 29 Mar 2006 15:02 GMT | 4 |
I want to assign two data values in the CommandArgument property of the LinkButton object. This works CommandArgument='<%#DataBinder.Eval(Container.DataItem, "Arg1")%>'
|
| Getting Windows Icons and Converting them to GIFs | 29 Mar 2006 14:57 GMT | 1 |
Hi, I am in a situation where I need to upload different File Types in an application, and based on their MIME-Type, I need to show their respective icons. The question is: Does anyone know how to read Windows Icons (.ico) from
|
| monitoring web app | 29 Mar 2006 14:46 GMT | 2 |
Anyone having good plan or refrence for monitoring dot net web app for performance, network usage etc. Or best approach how to to the same ?
|
| Drop Down List Problem | 29 Mar 2006 14:40 GMT | 2 |
Thanks for any advice, help in advance... I have 3 dropdownlist that populate based on choice in the previous (nested essentially) Problem is when I hit the back button and make a change in the second
|
| Browser Differences | 29 Mar 2006 14:23 GMT | 7 |
I make a page that looks good in IE/Avant, but the font size is really big in FireFox and the textboxes don't stay at their specified widths. Is there a way to get these 3 main browsers to display consistently by still using the web controls? (this is VS 2003)ASP.NET question.
|
| Disab;e selection of dropdownlist items (in a GridView) | 29 Mar 2006 14:16 GMT | 4 |
Is there an example of using client side script to disable selection of some items in a drop down that I could follow. It would seem tricky as there are multiple drop downs in the GridView. I would need to remember the last selected value for each drop down within the
|
| dotnet 2.0, 1.1 problem | 29 Mar 2006 14:02 GMT | 2 |
Hey List I have a big problem with my new (Windows2003 Web Edition) Server I have installed 2.0 Framework with MS Update. For an web application I need 1.1 Dotnet Framework.
|
| Anybody knows the difference between onInit and PageLoad | 29 Mar 2006 13:59 GMT | 1 |
I'm experiencing problems with custom validator. I see that using my own validator it works fine only if Page.Validate() method is called in the Page_OnInit event, while the standard validator works fine also if validation is performed into the Page_OnLoad event.
|