| Thread | Last Post | Replies |
|
| System.Data.Common.DbDataRecord | 20 Jul 2005 16:21 GMT | 6 |
I have a DataGrid with a checkbox as ItemTemplate.... <asp:DataGrid id="Datagrid3" runat="server" AutoGenerateColumns="False" > <Columns> <asp:TemplateColumn>
|
| Error Handling | 20 Jul 2005 16:02 GMT | 4 |
I've written a custom Error handler thingy majig. I create it at the ASP level, and pass it into my business components which catch all errors below that. When an error occurs, my error handler onject fire and event, which the ASP.Net page is listening for. What I want to know is, ...
|
| .Net Deployment and Crystal Report Files | 20 Jul 2005 15:48 GMT | 1 |
I have just setup a WebServer and all the applications work fine, but when every any of the applications try to generate a Crystal Report the page errors out. "File or assembly name CrystalKeyCodeLib, or one of its dependencies,
|
| Multi-developer Environment | 20 Jul 2005 15:37 GMT | 1 |
We have about 3 developers planning to work on an ASP.NET project can someone give us some ideas on how to do this? Ideally we would like each developer to debug locally but have the actual files sit on our server. The server is on the same network and we can access the files via ...
|
| How to Call a User Control's Methods? | 20 Jul 2005 15:34 GMT | 2 |
I have a User Control dynamically loaded into a placeholder on my webform. It contains a method, that I would like to call from the web form? How can I do this? Thanks,
|
| Code Behind & Variables! | 20 Jul 2005 15:25 GMT | 3 |
Can I use variables declared in a code behind file in a .aspx file? If so, what needs to be done to make these variables available? If I am using a .ascx file instead of an .aspx, does this have any impact? Responses are appreciated.
|
| Deployment with Crystal Report | 20 Jul 2005 15:17 GMT | 2 |
I would like to ask, is it a way to deploy ASP.NET app with Crystal Report without using setup. I have problem with my VS.NET (Unrecoverable Build Error). I copied dll files to bin folder, but what else I need to do?
|
| recordset processing | 20 Jul 2005 15:09 GMT | 3 |
I am new to asp .net, and now I need to access a database, and accumulate totals according to values that I find on each row with a given condition. Can anybody show me a code snipet addressing such task ? Thanks in advance.
|
| Control's Name set at design time, retrived at runtme | 20 Jul 2005 15:05 GMT | 3 |
Hi, i created a class that i have showing up at design time and i have to save some of the properties to the viewstate at runtime. It all works fine, however the issue is if i have more that one version of the this control on the form (which is possible) I don't know how to get
|
| How do I prevent the validators firing when a button is clicked? | 20 Jul 2005 14:59 GMT | 4 |
I have a page with some validators, all of which work fine. I want to add a Cancel button to the page, so that if the user decides not to fill in the form, they can click Cancel and go back to where they were before.
|
| Treeview asp.net 2.0 | 20 Jul 2005 14:52 GMT | 2 |
Is it possible to remove the hyperlink for the nodes in the tree view control? I am not using the tree view control for navigation but for showing a hierrachial structure. I do not want the user to click on the node text and fire a postback everytime. Basically i do not want the ...
|
| DataBinding Web Service Result to DataGrid | 20 Jul 2005 14:41 GMT | 1 |
I'm a newbie to .NET and Web Services so I don't know if what I'm about to ask is easy or not as it's all over my head at the moment. I'm trying to display the response of a web service on an aspx page using a datagrid like this:-
|
| Placeholder and positioning of children | 20 Jul 2005 14:35 GMT | 3 |
I try to position 4 controls above each other in a placeholder web server control. Thus: Dim tx As New HtmlInputText
|
| Pass the selected date from a calendar in a querystring - .net 2005 b2 | 20 Jul 2005 14:27 GMT | 1 |
We are trying to pass the selected date from a .net calendar in a querystring. We manage to display the selected date from the calendar in a Lable like this : protected void Calendar1_SelectionChanged(object sender, EventArgs e)
|
| web.sitemap in web config | 20 Jul 2005 14:13 GMT | 3 |
VS2005 BETA2 in web.config it is written: <location path="Gedimai/Ataskaitos"> <system.web>
|