| Thread | Last Post | Replies |
|
| NDoc in Visual Studio 2005 | 14 Jun 2007 19:43 GMT | 8 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All,
|
| Cross page posting and viewstate question | 14 Jun 2007 18:19 GMT | 2 |
I'd like to post a page to another page using LinkButton.PostBackUrl. Then using another LinkButton on the target page post back to the source page and restore the controls to the state they were in before the first post to the target.
|
| Column Widths...NOT a DATAGRID..Just A table | 14 Jun 2007 18:16 GMT | 5 |
Hi guys...i am a super noob with html and aspx.. i didnt start this project but i am modifying it... q: how do i change the width of a column: Thats the table which is within a text box
|
| dynamic controls + ajax | 14 Jun 2007 18:15 GMT | 6 |
Hi, I'm working in C# .net 2005 with Ajax. I have a page that loads dynamic user controls depending on the scenario. In those user controls, I create dynamic linkbuttons. The user controls are loaded on the .aspx PageLoad and the linkbuttons are
|
| automatically change page orientation to landscape when printing | 14 Jun 2007 17:10 GMT | 2 |
it is possible to change page orientation to landscape from asp.net page? I am using window.print() dialog to print a page and I would like that page to print automatically in landscape view.
|
| FORM TAG Problem. | 14 Jun 2007 16:29 GMT | 5 |
I've got some problem on some form submit problem. In a master page, there is a form tag with the "runat=server" attribute, and a ID called "myForm". In the contentPlaceHolder under that master page, I cannot create another
|
| Error............! | 14 Jun 2007 16:28 GMT | 2 |
I uploaded asp file to the server using Cute Ftp.I then browse the page with IE.its work Ok.and then through Fire Fox.Its shows an exception.I then correct the problem and upload the file again
|
| Open a "Generated" PDF | 14 Jun 2007 16:26 GMT | 2 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All,
|
| Cache Images vs Static Images | 14 Jun 2007 16:25 GMT | 3 |
I have a aspx page named: ImageProcess.aspx that creates a thumbnail version of an image by passing the ImagePath, width, and height. The ImagePath is taken from a table from a database, while width and height is user specific - meaning user can change this on demand.
|
| How to Retrieve MaxLength of a Column? | 14 Jun 2007 16:00 GMT | 1 |
Anyone know how I would retrieve the MaxLength property of a column in my Access Database table? I know how to retrieve table data, for example the "Quote #" field in my example code below, but I have never attempted to access a property of a field.
|
| ASP. NET C# Book | 14 Jun 2007 15:22 GMT | 2 |
can someone recommend a good ASP.NET 2.0 with C# book? Thx, Mystique
|
| thread httpContext | 14 Jun 2007 15:08 GMT | 6 |
If I launch a thread within an asp.net application. Is their anyway to get at the base threads HttpContext object. If the thread errors I want to capture stuff like: HttpContext.Current.Request.ServerVariables["REMOTE_HOST"]
|
| How to remove an XML Node | 14 Jun 2007 14:40 GMT | 2 |
Hi, I am having trouble with deleting nodes from an XML file. I use the following code to remove an XML node. xNode = xDoc.SelectSingleNode("//country/city/street[@name='" & ListBox1.SelectedItem.ToString & "']")
|
| Making a Preview Page | 14 Jun 2007 14:20 GMT | 9 |
I have some html in a textbox. I'd like to have a 'preview' button that allows the user to see what the html would look like as rendered in a page. How could I do this without having to write the document temporarily to a database (or other data store)?
|
| sending client-form | 14 Jun 2007 12:18 GMT | 2 |
i think this is a simple (beginner-)question, but i don't find an answer: how can i send a simple client-form (<form method="post" action="http://...."> ... </form>) in an aspx-page? the form should be posted to an external url with the post-method.
|