| Thread | Last Post | Replies |
|
| Question: referencing control in formview gives error | 04 Nov 2007 01:40 GMT | 3 |
I cannot reference a calendar control in my formview control. (I want the calendar's date to be set to "Today" whenever they enter insert mode.) Here's part of the formview... <asp:FormView ID="FormView1" runat="server" CellPadding="4"
|
| How set Calendar defaultdate in FormView | 04 Nov 2007 00:49 GMT | 4 |
I have a formview control. When the user goes into insert mode I want to set the Calendar to today's date. How can I accomplish this? I know it's probably only 1 or 2 lines of code.
|
| How to select style rule ? | 04 Nov 2007 00:19 GMT | 1 |
Does anyone know how to apply a style rule to controle? Where can i select de style role after the file has been linked to the page ? I can do it by code but is there a window that shows me all style rules ?
|
| Confused by ViewState | 03 Nov 2007 21:55 GMT | 5 |
This is a very elementary problem but it'is really confusing me. To summarize, I have a simple textbox on a page with some data. After post-back, the textbox contents show up fine. When I attempt to read the textbox contents during the Pre-render event however, I get
|
| div onmouseout event help | 03 Nov 2007 21:42 GMT | 2 |
hey all, i have a div on my page that has controls on it. i trying to use the onmouseout event and everytime i mouse over a control that's in the div the event runs. is there a way around this? (to exclude the controls inside the
|
| AdRotator info | 03 Nov 2007 21:40 GMT | 2 |
hey all, Can the AdRotator rotate on a timer? for instance if a user is sitting on one page can the ad rotate on a timer? thanks,
|
| MDF file vs. Local Sql Server...what's the connection? | 03 Nov 2007 20:35 GMT | 12 |
I'm still having a hell of a time figuring out this whole SQL Express set up. I finally discovered why I couldn't run the aspnet_regsql...my local sql server wasn't running.
|
| Convert currency formated string back into decimal | 03 Nov 2007 17:48 GMT | 1 |
A aspx page Label.Text contains formated currency ("0:C"). To process this data with the submit button click it needs to be converted to a decimal. For example: string strCur = "$111.11"; // Label.Text;
|
| View State Error | 03 Nov 2007 17:30 GMT | 1 |
I get a viewstate error on my machine when trying to load a page with grids. The error is The viewstate is invalid for this page and might be corrupted. The bizzare part is that the error occurs only one my machine. There
|
| The user is not associated with a trusted SQL Server | 03 Nov 2007 16:46 GMT | 2 |
OK, I know this has been a popular question from newbies. But, please don't haste to reply yet. I've googled and tested for a few hours, and cannot have this problem resolved.
|
| GridView and Thumbnails | 03 Nov 2007 14:22 GMT | 1 |
In a VWD project I have a folder that contains images that users have uploaded. On the aspx page I have a GridView that displays information from a table in a database. The table contains the paths and filenames of each of the images. I would like to add a column to the ...
|
| aspx page on html submit | 03 Nov 2007 13:53 GMT | 1 |
hi i have one static site in that all pages are html page in that one page is for contact us on the submit button of that page i have to call aspx page's code and send mail to client and admin and then come back to that html page
|
| Find Control | 03 Nov 2007 13:18 GMT | 1 |
I have a custom control, MyCustomControl, with a property named Childs of type Generic.List(Of MyChildControl). I added a MyCustomControl to my page and added a few MyChildControls to MyCustomControl Child properties.
|
| Invalid_Viewstate exception with Invalid character in a Base-64 st | 03 Nov 2007 12:28 GMT | 5 |
I have read many things about this but I haven't got a clear vision on what to do if anything about this. I have a system that tries to find holes in my web site. One of the things it has found and has been sent to me is
|
| Property. What am I doing wrong? Going crazy ... | 03 Nov 2007 08:42 GMT | 10 |
I have a custom control under namespace MyNameSpace.WebControls with a property of type validation: ' Validation Private _Validation As Validation
|