| Thread | Last Post | Replies |
|
| windows like tab control in asp.net | 16 Feb 2006 17:30 GMT | 3 |
I am looking for a tab control that has same functionality as in windows tab control. In that way I can load the pages inside the tab control based on the tab selected. Is there any control like that in ASP.NET 2.0 or 1.1? If we need to buy those from third party which one ...
|
| How can I create a HTMLTable class from and HTML string. | 16 Feb 2006 17:21 GMT | 1 |
I have an XMLReader loaded the HTML from a web page. I want to pull a Table out of this XMLReader and use it to create an HTMLControls.HTMLTable object. How can I do this?
|
| Anyone heard of validatorhookupcontrol? | 16 Feb 2006 17:15 GMT | 2 |
I was reading an MSDN article on validation, and it mentioned the validatorhookupcontrol client side API as enabling you to hook up more than one control to a validator. I just checked the SDK, and couldn't find such an API. I then searched
|
| How to span columns using <asp:TableRow> | 16 Feb 2006 16:45 GMT | 2 |
I'm just learning ASP.NET 2.0, so I apologize for asking a question which probably has an obvious answer. The Standard toolbox in VS2K5 has a control called Table. Placing the control on a web page results in a control that has an <asp:Table> tag. this tag contains <asp:TableRow> ...
|
| object reference not set to an instance of an object | 16 Feb 2006 16:33 GMT | 2 |
Dim Override As TextBox = CType(uxTimeEntry.FindControl("uxOverride"), TextBox) Override.Attributes.Add("onblur", "Override();") why do I get the message like "object reference not set to an instance of an
|
| Web User Control | 16 Feb 2006 16:29 GMT | 1 |
I have the following web user control. I like to set the properties dynamically without using page.databind. <uc1:partnerdownloads id="Partnerdownloads1" PropDomain="<%= Domain %>" PropPartnerUserGroupID="<%= PartnerUserGroupID %>"
|
| URGENT: A Compiled site cannot change the stylesheetTheme???? | 16 Feb 2006 16:12 GMT | 2 |
I have a web site with 3 themes. once the site is compiled I changing the stylesheetTheme option in the web.config has no effect!!!!! I continue to see the theme used at the compilation time instead of the
|
| ASP.NET 2.0 Namespaces? | 16 Feb 2006 16:10 GMT | 4 |
I have a simple ASP.NET 2.0 site. I have created one page in the site root, and another within 3 subfolders. The first page has a namespace signature of "TestSite". The second page is "TestSite.dir1.dir2.dir3".
|
| UPLOAD IMAGE from Asp.net | 16 Feb 2006 16:02 GMT | 3 |
Any body knows how to obtain the height and width from an image that I am trying to upload ? I am using the clasic <input type=file......> object from html. Thank you very much.
|
| FindControl to reference nested controls in gridview/listview | 16 Feb 2006 15:52 GMT | 3 |
I have a very frustrating problem that I have researched for countless hours to no avail. There are many posts asking very similar things, however none usefull in my situation. I am using VS 2005 (ASP 2.0) and VB .NET.
|
| In repeater modify value of a control at runtime | 16 Feb 2006 15:41 GMT | 1 |
I'm using a repeater control. I'm binding data to repeater dynamically. I need to modify the value of a label at runtime. I modified the text in the ItemDataBound event. But while displaying the page the modified value is not reflected.
|
| running executable from asp.net on IIS | 16 Feb 2006 15:41 GMT | 1 |
I'm running an asp.net application on IIS (Windows XP pro, dev machine). The app must call an exe in order to run an API, but in the doc it says we must redirect to the .exe, but IIS asks me for my credentials every time (username/password) even if I don't have any ...
|
| How to set value of some parameter in select command in ObjectDataSource? | 16 Feb 2006 15:40 GMT | 1 |
I have a problem with setting value of some parameter in select command in ObjectDataSource. This is what I did: 1. I created DataSet in designer using some stored procedure, which
|
| ASP.Net 2.0 Page Layout - How to? | 16 Feb 2006 15:34 GMT | 4 |
I'm trying to construct a page that will approximate a windows form page. It will include 5 or 6 "rows" of controls with each row containing several labels, textboxes, maybe a dropdown, a button or two, etc. I've found that using the default flow approach wont' let me come even
|
| Control Position | 16 Feb 2006 15:33 GMT | 3 |
Is there a way to change the postion of a control without postingback?
|