| Thread | Last Post | Replies |
|
| ASP.net/VB.net generating gibberish in file write. | 22 Feb 2006 23:01 GMT | 1 |
Ok, did some seriously ugly meddling with javascript so that my user can do a level of formatting which gets shunted into a hidden input field as raw HTML code. That code is then passed back and written directly to a file. This works..almost.
|
| Webpart development for Sharepoint | 22 Feb 2006 22:49 GMT | 2 |
Could someone please provide me with some meaningful links to show me how to go about creating webparts both in 2003 and 2005 (.NET 2.0, that is)? Regards John
|
| Possible to open Word document in specified-size window? | 22 Feb 2006 22:44 GMT | 1 |
When opening a DOC file via a hyperlink, is it possible to force Microsoft Word to open in a specified-size window? For example, a 600x300 window? I realize that MS Word will 'remember' the window size and placement
|
| MS work around on text wrapping in a datagrid does not work | 22 Feb 2006 22:34 GMT | 2 |
According to Microsoft ( http://support.microsoft.com/default.aspx?scid=kb;EN-US;323169 ), there is bug in the the datagrid control, causing content to wrap in the columns of a datagrid eventhough HeaderStyle Wrap or the ItemStyle Wrap
|
| Master Page custom property always null :( | 22 Feb 2006 21:42 GMT | 4 |
I have a Master Page with a property defined in codebehind like this: private string profile; public string Profile { get { return profile; }
|
| .Net 2.0 - Application Event Log | 22 Feb 2006 21:28 GMT | 2 |
What's the easiest way to write to the Application Event Log using C# in .Net 2.0? Thanks
|
| Web User Controls (asp.net 1.1) | 22 Feb 2006 21:23 GMT | 2 |
I am using a web control stored in the root directory containing an image like: <IMG height="84" alt="" src="images/image1.gif" width="120" border="0"> This works fine on .aspx pages that are in the same directory as the
|
| Procedure question | 22 Feb 2006 21:23 GMT | 2 |
I am new to asp.net. I am writing a program that will revolve around an extensive client database, and wonder what the best way to design the program is, using classes. I have about 10 different sections, or categories if you will, about a client. For instance, some clients ...
|
| graphas and charts in ASP | 22 Feb 2006 21:17 GMT | 3 |
Can anybody point me to some help about builting graphs in ASP? I´m trying to build pie and/or bar graphs like the ones in http://www.hanengcharts.com/Chart_Gallery.asp I´ve downloaded a trial version and it works great, but one has to pay to
|
| how ASP.NET to generate excel report | 22 Feb 2006 21:16 GMT | 5 |
how ASP.NET to generate excel report(office 2003) to client what component i need to reference into the asp.net application and what component i need to install to the server? Moreover, does it free?
|
| Session variables in Application_error not working | 22 Feb 2006 21:14 GMT | 8 |
I have an Application_Error function in my Global.asax function that works fine until I try to access my Session variables. I am emailing the results to myself whenever I get an error and would like to get the list of the users Session Variables there were there at the time
|
| asp:CreateUserWizard | 22 Feb 2006 20:57 GMT | 1 |
I have an asp:CreateUserWizard control. Whenever I enter a user and password it tells me that I have to have a 'non alpha numeric' character in the password. E.G. I cannot have '123werwer' it has to be '123werwer_'
|
| I just want to use server.transfer and still have viewstate | 22 Feb 2006 20:51 GMT | 3 |
I want to use server.transfer to go to a new aspx page. I want to be able to still have the viewstate from the previous page. I have researched this and see a lot about it, but I can't find a good straight forward example. Does anyone know how to do this? I'm using asp.net 2 ...
|
| Please help: steps to go from SQL Express and SQL 2005 Production | 22 Feb 2006 20:46 GMT | 4 |
Not sure if I should post this here or SQL so here goes... I really need some advice regarding how to handle ASP.NET 2.0 development and SQL MSDE and 2005 Server. Maybe I am just making this more difficult then it is - please let me know.
|
| javascript:window.open question | 22 Feb 2006 20:21 GMT | 4 |
1.) i want to open a browser when click a button the browser can only be open ONE only, no TWO can be open!
|