| Thread | Last Post | Replies |
|
| Internet Explorer Developer Toolbar is not showing the input tag's value attribute | 29 Jul 2007 21:53 GMT | 1 |
I have a page that I created with ASP.NET which contains a RadioButtonList. This obviously shows up as input tags in the generated page. When I was looking at the page with the free Internet Explorer Developer Toolbar utility, it showed me the id, type, and name attributes, but ...
|
| how to get the value of a field in a detailsview? | 29 Jul 2007 21:34 GMT | 4 |
I need the value of a field of a detailsview in DataBound event. i can find the fieldname with this: Dim a As DataControlField a = DetailsView1.Fields(0)
|
| ajax issue? | 29 Jul 2007 19:19 GMT | 1 |
I have an ascx UC that contains an update panel. When a button inside this update panel is clicked, a partial page postback occurs, I do some processing on the server side, and then I am calling Page.ClientScript.RegisterStartupScript to run some javascript. However it
|
| textbod id changed automatically | 29 Jul 2007 17:38 GMT | 3 |
I've a master page, and the content place i'v a page which has a text box name tbCity. I would like to use javascript to find out that was blank or not. When i look at the sourcecode th text box id was chagned to
|
| Missing header text and values for templatecolumn | 29 Jul 2007 13:16 GMT | 3 |
I use a datagrid with asp:templatecolumn, and handles the datagrid's ItemDataBound event, whereby I assign a value to this asp:templatecolumn text. e.Item.Cells[1].Text = e.Item.Cells[2].Text + e.Item.Cells[3].Text; /* column index 2 and 3 are boundcolumn */
|
| web server setup | 29 Jul 2007 10:51 GMT | 2 |
I have a server that will be running as a web server and a database server? To get the best performance is it better to install the database and web server on seperate physical hard drives? or it doesn't matter? I have a total of 8 harddrives, what RAID setup should i choose?
|
| Help with Gridview and templatefield column | 29 Jul 2007 05:44 GMT | 1 |
I have a gridview control that is showing 6 column. The first column is a buttonfield, then there are three boundfield and two template field control. I am creating all these column in the page load event and initializing the itemtemplate of the template field in rowcreated event ...
|
| VWD Express 2005 asp.net server vs IIS | 28 Jul 2007 23:25 GMT | 4 |
I am using Visual Web Developer Express 2005 to create some simple web applications on a local network. I would like IIS to fire instead of asp.net development server so I can acheive the following: Web application on PC 192.168.2.4
|
| web services | 28 Jul 2007 21:43 GMT | 4 |
i need to check the availability of my web service.... how can i do that. i dont want to call any of the methods present in web service to test availability..
|
| checkboxlist - determine checkbox that caused control to fire | 28 Jul 2007 18:32 GMT | 3 |
I have a CheckBoxList control which has about 10 items. I have set autopostback=true and also set an eventhandler for OnSelectedIndexChanged. The problem is I want to identify which checkbox item caused the event to fire to perform some routines based upon the value of that ...
|
| Viewstate and preserving data on postbacks | 28 Jul 2007 14:37 GMT | 1 |
I just want simply to preserve some data in my usercontrol on postbacks. so I added this property in my UserControl Protected Property MyProperty() As String Get
|
| UpdatePanels refresh other UpdatePanels when UpdateMode is 'Condit | 28 Jul 2007 12:38 GMT | 1 |
Morning, I've still got an issue with an AJAX enabled site. I've a master page with two ContentPlaceholders. I've then got a default aspx page which contains several user controls I've written. Each user
|
| Strange event behavior with check boxes | 28 Jul 2007 12:30 GMT | 1 |
I've designed a gridview that contains a template field with an unbound checkbox, allowing the user to select certain rows for further action. I am capturing the CheckedChanged event in order to set the grid's
|
| Retrieving the Cellcontent of a GridView | 28 Jul 2007 11:58 GMT | 1 |
I have bound a DataTable to my GridView. The DataTable has 3 Columns and I display the Data with TemplateFields in my GridView. I have in the first Column "LinkButton" - Field and in the other two Columns I have "Label" - Fields!
|
| What's Faster...Repeater or HTML Table | 28 Jul 2007 11:38 GMT | 3 |
Hey folks, I've got a DataGrid that has gotten a little out of control and really slow because of its complexity (bunch of Template Columns too). For performance reasons, I'm looking to change this.
|