| Thread | Last Post | Replies |
|
| Lost in Translation | 29 May 2007 13:51 GMT | 1 |
Please help, I'm using a converter to translate some C# code. The following code written in C# does not translate well to Visual Basic (If I paste it in a C# page, however it has no problems compiling) //C# Code.....
|
| dynamically building template columns | 26 May 2007 19:08 GMT | 4 |
Ok, I found a good article of how to dynamically build template columns The reason I want to use this is so that I can only set certain columns to be sortable. what I'm trying to do is read the value of a column - for example if the
|
| User control events | 26 May 2007 06:51 GMT | 2 |
I have builded some user controls in asp.net and works fine. These contros have public properties, that I can view and modify at design time in the properties panel. Both, properties and events, have the [System.ComponentModel.Browsable(true)] attribute.
|
| Custom Software Development | 24 May 2007 21:53 GMT | 1 |
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company iTechArt - Web site and
|
| Building a rendered control with child controls | 23 May 2007 04:51 GMT | 11 |
I am building a control that inherits from Textbox. I am adding a required field validator to the controls. should i be inheriting from WebControl instead and overriding CreateChildControls? Why or why not?
|
| ViewState bug? Or am I missing something? | 18 May 2007 19:47 GMT | 4 |
I have a few user controls which use the view state to store the UI value. I'm running into a bit of an odd error. Many of my controls use a hidden value in the form to store the data. The reason for this is to seperate the internal value from the display, and still allow users ...
|
| ASP.Net Execution... | 17 May 2007 04:19 GMT | 2 |
Hey, I have a question about how ASP.Net execution works... I know that with other server side web scripting platforms, when a form is posted to the webserver the page will execute untill the script completes regardless of end user action. That is to say the end user pressing the ...
|
| RegisterStartupScript written in a button click server event not working. | 16 May 2007 03:27 GMT | 1 |
To my knowledge we can execute the javascript any where using RegisterStartupScript method. I have written the same javascript code in button click event and tried to execute using RegisterStartupScript metod in a composite custom control. I have written code to open
|
| Dynamic GridView with Dynamic Column | 15 May 2007 14:57 GMT | 1 |
I want to create Gridview dnymically. Because I need to achieve the following task on it. 1. The Data source may contain different columns based on the user selection.
|
| FindControl() on a UserControl | 14 May 2007 06:24 GMT | 1 |
Hi. I have created a UserControl ("MyUC"). I've put a bunch of instances of that control on a Page ("Defaul.aspx"). The control works fine. Now, I want to be able to use "FindControl()" from within my Default.aspx as follows:
|
| webservercontrol client Id | 08 May 2007 04:58 GMT | 1 |
while using multiple controls of the same type i experience problem in accessing the client id of the control from within the server control using javascript code . any solutions?
|
| textboxControl; | 07 May 2007 20:13 GMT | 1 |
still the issue remains. as i got a reply describing one possibility; that is also true, and i checked that. but still i dont know how to fetch the correct client id.
|
| TEXTBOX webserver control; | 06 May 2007 15:31 GMT | 1 |
cant access texbox webserver control by getelementbyid(this.id) do i need to use a textbox within this control and add it. or base.render does the job and creates a textbox.
|
| Updating a control with data on server event. | 03 May 2007 11:11 GMT | 13 |
Hi, I'm new to ASP.NET, so please forgive me if my questions are sometimes nonsensical. I've read a few articals and I think I've got down the idea of "user action on client -> postback -> server event raised and handled -> server renders
|
| User controls | 01 May 2007 17:18 GMT | 1 |
I am trying to build a search control that you can see its image at the link. The idea is the plus sign will create another line of the search tool and the minus will remove it from the page. http://www.flickr.com/photos/42308986@N00/448212173/ Which way I should do that easily? ...
|