| Thread | Last Post | Replies |
|
| Are Webcontrols for doing this? | 03 Mar 2005 16:18 GMT | 4 |
Before I spend a lot of time researching how to design webcontrols, I want to know if what I want to do is what webcontrols are designed to doing. Will webcontrols allow me to design a clickable button in the shape of a stop sign in such a way that any modern browser when loading ...
|
| OWC Chart, spreadsheet and Repeater | 03 Mar 2005 02:11 GMT | 3 |
I am using asp.net, vb and codebehind with a repeater containing an OWC spreadsheet and chart in the itemtemplate. What I want is when a user clicks a button, data is loaded into each repeater items spreadsheet and some formating is done.
|
| __doPostBack and NULL __EVENTTARGET? | 03 Mar 2005 01:47 GMT | 1 |
Please help out. <asp:LinkButton> control emits <a> tag with an href that looks something like below. I am not using server-control, and I am emitting <a> tag in Render() method, and I get an error when I try to set __EVENTTARGET with my control UniqueId. Is there a way I could ...
|
| ValidationSummary reuse | 03 Mar 2005 00:57 GMT | 4 |
I have a we page that uses Validators and a ValidationSummary to show the results. However, after all input fields are verified I do additional verification on the server side and if there was a problem that cannot be determined by the validators I show the error in much the ...
|
| User control Problem | 02 Mar 2005 20:48 GMT | 2 |
i'm facing a problem with the user controls i would like to ask if anybody could help me in knowing how to handle the values of a user control from outside the control. e.g.
|
| regular expressions | 02 Mar 2005 13:37 GMT | 1 |
In my application there is one textbox and for this textbox i've placed regular expression validator. so it hat to accept characters ,
|
| retrieving DIV.innerHtml | 01 Mar 2005 16:17 GMT | 1 |
I created a WebUserControl that renders <DIV CONTENTEDITABLE ID="whatever"></DIV> to offer HTML editing in a web page. On postback I don't get the content of the DIV. This is unsurprising; it's not an INPUT control. When I doing this in classic ASP I used to hook the
|
| creating drop down list at run time | 01 Mar 2005 15:40 GMT | 1 |
I have 2 drop down lists in my application.1st list ontains itmes like java,jsp,swings,vb.net etc.2nd list contains percentage i.e it conatains the items like 50,60,70,80,90,100. i will select any skill in 1st drop down list then i'll select % of this
|
| How to Add / Remove From Collection | 01 Mar 2005 11:33 GMT | 5 |
Please Help a Novice with a WEB Form Problem. I have discovered that both an Array and an ArrayList can contain a collection of 300 integers. The things I cannot seem to figure out are: 1 - How to populate these objects,
|
| application not working | 01 Mar 2005 11:17 GMT | 1 |
My asp.net application is working fine in my system. when i'm executing the same application in server am not getting the controls in my webform. for e.g. in default page i've placed dropdownlist box and text boxes and command buttons.
|
| DataGrid and AutoFormat | 01 Mar 2005 07:35 GMT | 2 |
a DataGrid can be formatted thanks to the AutoFormat dialog box. My question is: is there a DataGrid's property which can be set from the codebehind and does the same formatting?
|