| Thread | Last Post | Replies |
|
| Cannot create an object of type 'CustomWizard' from its string representation... | 16 Jul 2007 13:06 GMT | 1 |
I get the error: "Cannot create an object of type 'CustomWizard' from its string representation 'CustomWizard1' for the CustomWizard Property." when I view my custom server web control in design view. Everything runs
|
| problem with client-side details using ExpandEnvironmentVariables | 16 Jul 2007 12:44 GMT | 2 |
I'm creating an ASP.NET Web Application in vs 2005 (VB) and need to get the location of the users User profile. The code below works... Environment.ExpandEnvironmentVariables("%UserProfile%")) ..But when you upload the website onto the server it retrieves the servers
|
| Web page run local app | 16 Jul 2007 12:33 GMT | 13 |
I need to build a web site that can automatically download a file from the server to the users local C: drive and then open the file in Word on the local PC) How can I do this ?
|
| Go Back To Updated GridView | 16 Jul 2007 11:01 GMT | 7 |
I have one page with a GridView. Their I can select one item and edit this item on an own page within a DetailsView. After updating the entry I want the user to be able to get back to the same position of the GridView as before.
|
| Calendar - check if one date is greater than other | 16 Jul 2007 09:32 GMT | 1 |
I've 2 calendar controls on my web form - i need to check if Calender1 date selected is greater than Calender 2 date selected (and then display an error message) TIA
|
| Google Map | 16 Jul 2007 08:57 GMT | 3 |
Hallo , wollte mal fragen ob ich irgendwo ein sample für Google Maps finde , um damit eine Forum Usermap anzuzeigen (wo wer lebt)
|
| WebForm + Callback | 16 Jul 2007 08:49 GMT | 2 |
HI, I'm learning about WCF. I've written a simple service and I'm trying to write a web-form client. On a simple console client that's all right. I've got the problem with
|
| postback when enter key? | 16 Jul 2007 07:37 GMT | 3 |
asp.net 2.0. I've got a web form when focused on a certain textboxes and i hit enter, I want the page to postback to a particular event where I can test textbox values.
|
| excel charts using asp.net | 16 Jul 2007 07:25 GMT | 4 |
Is it possible to generate a chart using the excel 2007 engine for a web page? (output in jpg)... If not what 3rd party solution would you recommend for this purpose Thanks,
|
| why doesn't validation occur on client? | 16 Jul 2007 06:57 GMT | 5 |
i want to validate a textbox like this: <asp:TextBox ID="vrg" runat="server" Width="495px" TextMode=MultiLine/> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="vrg"
|
| Page.IsValid Not Working | 16 Jul 2007 06:42 GMT | 5 |
I am using a regular expression validator for a textbox where numerics should only be entered. The error message appears when non numerics are entered, as it should. After clicking the submit
|
| hyperlink/linkbutton transfer with http://localhost | 16 Jul 2007 06:38 GMT | 3 |
It should be easy question, but i don't know how to do. How to transfer to another website from my page. I tried with linkbutton and Hyperlink but i cannot figure out always it transfer to
|
| not working: onmouseover="this.style.font-weight='bold';" | 16 Jul 2007 06:20 GMT | 2 |
Why would this embedded javascript not work? <span onmouseover="this.style.font-weight='bold';" >line 3</span> this does: <span onmouseover="this.style.color='blue';" >line 1</span>
|
| Uploaded database | 16 Jul 2007 06:20 GMT | 4 |
I cannot have access to my uploaded db. I get error listed below. I'd like to know the following: If I set my connection infomation in web config. Do I have to change it when it's uploaded, because the host request that I change the name of the database. Will problems may arise ...
|
| Secure an ASPX page | 16 Jul 2007 05:59 GMT | 4 |
using asp.net 2.0, I have an interesting requirement. I have an aspx page which I need to prevent someone from opening by calling it's URL. Here's the scenario: I have an aspx page which is used to host html help documentation that was
|