| Thread | Last Post | Replies |
|
| How to put an executable file on the site build with asp.net? | 11 Nov 2004 05:48 GMT | 6 |
I have a simple exe build using C#. For simplicity sake, it is just a simple "Hello World" exe program which has a form, a button and when pressed, pop up a message say "Hello World". Everyone see that b4, right? ok. Now I create a page using ASP.NET 2.0. I would like to "host" ( is ...
|
| How do I init DropDownList in EditItemTemplate? | 10 Nov 2004 18:14 GMT | 1 |
For a DataGrid with in-place editing, I have a databound DropDownList in one column. How do I initialize it to a specific value? Is PreRender a good event to use? Here is the column code:
|
| Datagrid Paging Not Showing Numbers | 10 Nov 2004 13:41 GMT | 1 |
i have set my dataset paging allowpaging=true and i have got my dataset working correctly, however my datagrid uses < > symbols for navigation throught the records. I require the grid to show page numbers for navigation through the records how do i get this to work.
|
| How to add Include file like ASP script was - Plz help | 10 Nov 2004 08:08 GMT | 2 |
Hi I'm newbie to ASP.NET & C#, I just to know how to figure out Include file like ASP script was. Here code snipplet I was use <html> <head>
|
| Postback from javascript | 09 Nov 2004 22:56 GMT | 1 |
I created a user control and I want to post back to the page when certain events occur in the control. I have been reading about doing this by assigning the Page.GetPostBackEventReference to an event... however, in this case, the
|
| Crystal Reports Viewer reprompts for parameters after several page | 09 Nov 2004 21:30 GMT | 3 |
Sorry, but I can't seem to get any help with this on the Crystal Reports web site, so I'm hoping someone here can help. I have a Web Page which gathers parameters for a Crystal Report, stores them in the web session, and then does a redirect to a page that has on it
|
| Retrieving changed TextBox values | 09 Nov 2004 19:02 GMT | 5 |
When I change the original value at runtime in a TextBox control, and then try to retrieve this new value from a Button.OnClick event, I instead get the original TextBox.Text value. Has anyone seen this before or know what might be happening?
|
| .Net Assembly as ActiveX control | 09 Nov 2004 18:54 GMT | 4 |
I have written a windows forms user control as a .net assembly and tried to imbed as an object in my aspx pages but it does not happen. If I add the control to a windows forms project it works fine. I have created an Interface and the appropriate Implementations in my user
|
| Binding ArrayList of Custom objects to DropDownList | 09 Nov 2004 17:56 GMT | 1 |
I trying to bind an ArrayList which contains objects from a custom class. I get an error 'DataBinder.Eval: 'BookBuilding.ServiceAuthApplications.CabUser' does not contain a property with the name DomainUserId.
|
| DataGrid_UpdateCommand Not Working | 09 Nov 2004 10:59 GMT | 2 |
Hi. I have a datagrid UpdateCommand event that is supposed to identify record changes during an edit process and resolve those changes back to a SQL database. The code below is supposed to identify any changes made to the 16th column
|
| Datagrid Header ButtonClick | 09 Nov 2004 06:59 GMT | 2 |
I got a customized DataGrid which columns are generated by 2 Classes that inherit from DataGridColumn. Now I added an Button to the Header and want to handle its click. My Problem now is to get the Buttons ArgumentName etc. in my main class where I generate the DataGrid. How can ...
|
| Netscape and IE | 08 Nov 2004 23:46 GMT | 4 |
I wrote a server control that inherits (is based on) ImageButton. Oddly, the control works fine under IE, but when I try Netscape 4.7, the HTML generated for the Image Button control lacks the ImageUrl attribute, as well as other attributes. The result is that the buttons on ...
|
| Passing variables from datagrid to codebehind... help needed!!!! | 07 Nov 2004 20:10 GMT | 2 |
I have a column in a datagrid which is OrderID. I am trying to pass its values when rows are clicked to code in my codebehind that will update my database via the database... i have tried to convert the value to a label in my aspx page, so i can read its value... maybe this is ...
|
| html checkboxes in datagrid | 07 Nov 2004 11:25 GMT | 1 |
i have a datagrid.i add a template column having checkboxes(html ) in it instead of webserver checkboxcontrol...now i have developed sucessfully a model like hotmail, where user checks one chekbox in header and all r checked in item template . and if any one of them is unchecked ...
|
| row data from repeater | 07 Nov 2004 05:14 GMT | 1 |
Is it possible to access the rowdata that the repeater is binding? Possibly in the ItemDataBound event? Thanks
|