| Thread | Last Post | Replies |
|
| variable lost between DetailsView1_DataBound and DetailsView1_ItemCreated | 16 Aug 2007 13:36 GMT | 2 |
I need the value of one field in the detailsview (in normal mode) in order to make a test when creating items. I get that value, put it into a friend variable, but when fetching it from the ItemCreated event, it's empty.
|
| Calling Windows service from a website. | 16 Aug 2007 12:32 GMT | 6 |
I want to create an application possibly windows service that will generate PDF files and place them into a specific folder. I have a website that will use this service to generate PDF files and return them to user.
|
| ColGroup for a table element gets lost when the table element is made visible/invisible | 16 Aug 2007 12:26 GMT | 5 |
I am losing my colgroup html element of a table that i toggle back and forth of being visible=true/false. is there any workaround since the rendered html doesn't contain it even though it has not been explicitely been made invisible?
|
| Different performance objects for ASP.NET | 16 Aug 2007 12:19 GMT | 1 |
While checking performance of ASP.NET Application using Perfmon tool, I observed different performance objects for ASP.NET like ASP.NET v2.0.50727, ASP.NET v1.1.4322, and ASP.NET. What is the difference between this differnet performanc objects? In
|
| A problem between a FileUpload & an updatePanel . | 16 Aug 2007 08:22 GMT | 1 |
I've got a problem with a FileUpload in a updatePanel. My update Panel is triggered with a button. I select a file in my file upload and when I do a postback with my button, the fileUpload loose the file.
|
| <center> and Style Position:Absolute with changing window Size? | 16 Aug 2007 04:30 GMT | 1 |
I have a simple login page with roughly a 300px x 300px image behind the asp.net login control. I need the login control to land in the middle of the image. I want both the image and the login controlrol to always be in the center of the page. How can I do this?
|
| Please Help! Dynamic User Controls | 15 Aug 2007 23:05 GMT | 1 |
In my pageload I am adding multiple instances of same User control. They all have properties ID and ParentID. Now I also have a button in each User control and am bubbling the event back to main form. No problem so far.
|
| Return value from Another Page | 15 Aug 2007 22:40 GMT | 2 |
I have a button on a webpage. Clicked event of this button opens another page for search and populates a datagrid or whatever and then I want to return value from this second page on to the first page. How can i do this?
|
| Personalizable()/WebBrowsable() issues in custom Web Part | 15 Aug 2007 22:40 GMT | 3 |
I think this is a relatively simple problem, but it's starting to annoy me quite a bit. I have two issues with a custom Web Part that I have created, both related to property editing at run time using an EditorZone. One of my web parts contains a control which displays information ...
|
| FormView change data before hitting database? | 15 Aug 2007 21:56 GMT | 2 |
I have the code below and get the error "cannot change read only object insied a foreach loop" I am hoping someone could graciously provide code example of how I could do this? Thanks! - Yin foreach (DictionaryEntry entry in e.Values)
|
| syntax problem with select command | 15 Aug 2007 21:38 GMT | 3 |
the table 'l0382_project1' exists in sql server. I can see it. Now in asp.net, i want to check whether it exists but i get "invalid column name": 1st attempt:
|
| Javascript confirmation message in datagrid | 15 Aug 2007 21:38 GMT | 3 |
I need to add a confirmation message to the Delete button in the datagrid. I was always using this code to do this: Private Sub dgRoles_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles dgRoles.ItemCreated
|
| Problem getting ActiveViewIndex | 15 Aug 2007 21:20 GMT | 4 |
My web form has a MultiView which has 4 Views. 4 LinkButtons on the web form activates each of the 4 views. The 4 views have been hiding and showing nicely depending upon which LinkButton is clicked.
|
| dynamic controls | 15 Aug 2007 21:10 GMT | 3 |
In my aspx page I do have some dynamic aspx controls. I am using document.getElementById('pageID_Ctl1_text1') in the javascript to copy some values from these controls. It is working in the first time, and these controls id values are changing after the page reloaded. I am ...
|
| asp.net to asp converter | 15 Aug 2007 20:54 GMT | 9 |
I have done my project in asp.net can anyone help me to convert the asp.net code to asp. Thanking you, Regards,
|