First  |  Prev |  Next  |  Last
Pages: 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
Enable (show) and Disable (hide) ConfirmButtonExtender
Hi Does anyone know how to disable and enable ConfirmButtonExtender, using Javascript? I don't want the ConfirmButtonExtender to be enable until a change to a text box has been made. Here is the code I have so far ASP.NET Code <asp:UpdatePanelID="UpdatePanel3"runat="server"> <contenttemplate> ... 3 Jul 2008 15:36
Filtering data in TreeView
Hello, I've created a treeview control that gives a folder browser view of a given computer. The treeview is populated using the following methods: Protected Sub treeDst_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles treeDst.Init Dim dirInfo As New DirectoryInfo("C:\") ... 3 Jul 2008 15:36
Using Replace function in DataTable.Select
Hi, I'm having a DataTable with a column named "Phones" having value like (901) 789 1234<BR>(901) 789 1235<BR>(901) 789 1221 I need to perform filtering based on the phone number of the form "9017891221" or "7891221" The following query works fine when tested in SQL but fails saying that it doesnt support R... 4 Jul 2008 02:51
Creating a table cell and changing the color on hover.
I need to create a table dynamically do I'm using the asp:table with rows and cells. All works fine. But I'd like to have it so that when a person hovers over the cell the background color changes. Here's the code I'm doing and it doesn't seem to do anything on the mouseover: TableRow lRow = n... 3 Jul 2008 15:36
StateServer - when is the session serialised?
I'm currently using InProc session which are working fine. In the app, I've got a master object called MyApp which has a fair number of properties, child classes etc. I find it easier to do this: Dim MyApp As New Beer.App Session("App") = MyApp And then do all programming against MyApp, e.g. MyApp.Property1 ... 3 Jul 2008 19:43
dropdown list in gridview does not seem to display correct dat
Thanks that worked! I removed the datasourceID that was set in the properties box and then just set the datasource and executed a databind as shown below. (e.Row.Cells[2].FindControl("dropdown2") as DropDownList).DataSource = ObjDtaSce; (e.Row.Cells[2].FindControl("dropdown2") as DropDownList).DataBind(); -... 3 Jul 2008 12:31
Datagrid/Datalist, same page, 2nd is details
First note that I am using Framework 1.1. I have an .aspx page that is displaying a list of employees, but only the Employee Number, First Name, Last Name, and Title. It is working great. I recessed it in a <Div></Div> to allow scrolling of just the data, not the page. What I need to do is place a DataList (also in... 3 Jul 2008 16:38
Dynamic Controls - How to access postback data?
I have a WebForm where I'm dynamically creating some controls and I'm having difficulty understanding how the state is being persisted and how to work with it. I've created a simplified example to demonstrate my issues. Lets say I have a WebForm with a DropDownList where the user selects a number from 1 to 10... 3 Jul 2008 12:31
kaufmaennische jobs im ausland dortmund ausland jobboerse suche Tieraerztin Tierarzt Polizeivollzugsbeamte Polizeivollzugsbeamter
kaufmaennische jobs im ausland dortmund ausland jobboerse suche Tieraerztin Tierarzt Polizeivollzugsbeamte Polizeivollzugsbeamter + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAND.DE + + + AUSLANDSJOBS ONLINE FINDEN http://WWW.AUSLANDSJOBS-24... 3 Jul 2008 11:28
How do I read html out of database fields and show it
I have database text fields that I am putting "<br />" in so that they will appear on the web page with linebreaks in the text where I want them. But when the fields are shown, this does not work - the source looks like &lt;br /&gt;. How do I get around this? Thanks, Marv ... 3 Jul 2008 14:34
First  |  Prev |  Next  |  Last
Pages: 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220