| Thread | Last Post | Replies |
|
| Cascading dropdownlist - page life cycle | 13 Jun 2008 17:43 GMT | 5 |
Platform: .Net v2.0 Asp.net Scenario: Three dropdownlist controls on a user control. In consecutive order they are Countries, Regions, Cities. Countries is loaded during OnInit and the other two are left disabled. Once the user selects a country, the
|
| Binding data (string) to a label | 13 Jun 2008 17:41 GMT | 2 |
I build a page that has a dropdownlist control bound with data from a database. When user select an item from the dropdownlist I want a label to be filled with a result from a stored procedure. The stored procedure takes an ID of a selected item (@BoundID) from the dropdownlist ...
|
| Web page to PDF on the fly | 13 Jun 2008 17:14 GMT | 4 |
I've searched the net looking for a component to generate a PDF from a web page dynamically on the web server. I'd obviously prefer a free alternative
:-) I've found HTMLDOC (http://www.htmldoc.org/) which is licensed under GNU GPL.
|
| ASP.NET Disassemble | 13 Jun 2008 17:07 GMT | 6 |
I was developing an ASP.NET website when my laptop is stolen. I have now only .dll and .compiled files on web host. what can i do to recover my project? I use Lutz Roeder's .NET Reflector and can see source of dlls as C# code but i couldn't retrieve ASP codes at all.
|
| SQL and HTTP Request | 13 Jun 2008 16:14 GMT | 2 |
Does anyone know how I could run an HTTP request from within T-SQL? Example: Requesting a .aspx page within a SQL Server 2005 database trigger?
|
| Retreiving a value from Web User Control | 13 Jun 2008 15:41 GMT | 6 |
How can I reference a specific control in a web user form from web form's (page) code behind. In other words: I have a page (a web form) that has a web user form in it. I want to read a value in code behind of that page (web form) from a text box in the web user form.
|
| Multiple User Controls – Single Database Trip? | 13 Jun 2008 15:08 GMT | 3 |
I have a web form that contains an Ajax TabContianer control with six tabs. Each tab contains a separate user control. Although each user control provides a unique UI all user controls require access to the same data. Im populating all tabs on one trip to the server so users can ...
|
| Broken Link | 13 Jun 2008 15:00 GMT | 4 |
My link does not work. I want to create a link to a file that exists on a different server. The path to the file is this "\\Junebug\Groups \90000003.pdf". My web server is "10.10.1.111". How do I get this link to work?
|
| Get updated values in Gridview | 13 Jun 2008 13:28 GMT | 1 |
I was running into a problem with a gridview under ASP.net. What I am trying to do is binding the DataSource dynamically in a way that enables me to edit the rows in the Gridview. This is basically running alright except of the fact that when I switch to "edit" in a row inside ...
|
| Why does DetailsView become read-only after insert? | 13 Jun 2008 10:22 GMT | 5 |
I am completely lost as to why I can't update a DropDownList inside a DetailsView after I perform an insert into an object datasource. I tried to simply it down to the core demostration: default.aspx:
|
| JavaScript RegExp Quantifiers | 13 Jun 2008 08:51 GMT | 2 |
I have the following script that I am using to test some JavaScript RegExp code: function RE() {
|
| How to pass a C# parameter as an argument of a javascript method ? | 13 Jun 2008 08:40 GMT | 7 |
I've tried this: <asp:Button ID="Save" runat="server" Text="OK" OnClick="ServerSave" OnClientClick="SaveParam (<% Util.MaxTags %>)" /> but if fails... Util is a C# class, MaxTags a static member.
|
| AJAX: Problem with ValidatorCalloutExtender | 13 Jun 2008 08:29 GMT | 2 |
in an .aspx page (ASP.NET 2.0) I have a ValidatorCalloutExtender AJAX control, like this: <ajaxToolkit:ValidatorCalloutExtender TargetControlID="rvCIN" Width="20" ID="ValidatorCalloutExtender3" runat="server">
|
| setting default behavior on enter key | 13 Jun 2008 08:17 GMT | 1 |
I've set the default behavior on enter in two places 1. on a panel containing the control: <asp:Panel ID="pnl1" runat="server" defaultbutton="lbtnLogin"> and in the page load: ClientScript.RegisterHiddenField("__EVENTTARGET",
|
| Using Treeview inside UpdatePanel control | 13 Jun 2008 07:29 GMT | 3 |
Hi misters, "And the link to Microsoft's site on that blog says: "The following ASP.NET controls are not compatible with partial-page updates, and are therefore not supported inside an UpdatePanel control:
|