| Thread | Last Post | Replies |
|
| ASP --> ASP.NET Development | 07 Oct 2004 14:31 GMT | 1 |
Just a quick question - I'm an ASP developer having little or no experience with ACTUAL Visual Basic. I recently purchased a tutorial on .net, but it: A) Seems geared twards (assumes I know) standard visual basic B) Focuses mostly on "drag and drop"
|
| start page... only stores 4 history | 07 Oct 2004 14:25 GMT | 1 |
hi friends, just curious why is my start page only storing 4 solutions in its history ? there should be more there's like a whole page worth of space yet only 4 are stored in history why is that ?
|
| Trust an assembly programmatically | 07 Oct 2004 13:49 GMT | 1 |
this page: http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx talks about a program called adminui, that can be used to create a .msi script to automatically trust assemblies with a common strong name. Where
|
| print a from a webpage control | 07 Oct 2004 13:32 GMT | 1 |
I am creating a report and loading it into a web control in my C# application. I need to change some printer settings, specifically, change paper type to legal and the orientation to landscape and then print it. I know how to change the settings through Drawing.Printing ...
|
| Form not refreshing after autopostback unless keyboard or mouse mo | 07 Oct 2004 10:46 GMT | 1 |
Form not refreshing after autopostback unless keyboard or mouse move Hi, We created several new ASP.NET C# forms for our intranet. In each form we use panels for different sections of the form that are visible or not
|
| Windows Form DataGrid Control | 07 Oct 2004 10:41 GMT | 2 |
I have a datagrid that is bound to an xml document, i want to add two addnl columns to my datagrid, each cell in the new column would contain a button. How do i go about doing this? Thanks Eric
|
| How to generate HTML pages | 07 Oct 2004 09:12 GMT | 2 |
I'm about to embark on a new project and can't decide quite how to do it. In summary, I have a database whose data I want to use to create html pages for a website. The website will just be a series of static html pages. I will keep all the data locally and would generate the ...
|
| converting bitmaps to icons at runtime | 07 Oct 2004 08:12 GMT | 2 |
In VB6 I was able to convert a bitmap that was in a Imagelist to an icon via the ExtractIcon method and display the result as a form's Icon. I need to be able to do the same in .NET. Any ideas on how this can be done?
|
| images using graphics class | 07 Oct 2004 07:45 GMT | 3 |
I'm trying to create a bitmap and then use outputstream to display the picture: objBitmap.Save(Response.OutputStream, ImageFormat.Jpeg); It doesn't give me any errors although the web page comes up with lots of
|
| HTMLEncode | 07 Oct 2004 07:06 GMT | 3 |
Does the HtmlEncode method only translate "<" to "<" and ">" to ">"? Or does it translate other strings as well? What if the client were to use hex to tray and circumvent this? Btw, does anyone know what the hex for "<" would be?
|
| Windows Explorer search integration | 07 Oct 2004 06:04 GMT | 3 |
Is there a way for a .Net app to use the "Search" function in Windows Explorer? The only information I found about this is on the Indexing Server which is not quite what I want. Or can anyone suggest other file search technique that I can use?
|
| Clusty Toolbar | 07 Oct 2004 03:06 GMT | 1 |
The Clusty Toolbar is here! http://clusty.com/toolbar
|
| Writing a multipart content parser with .NET | 06 Oct 2004 22:52 GMT | 1 |
I am looking for an implementation of a multipart content parser for .NET (http://www.faqs.org/rfcs/rfc2388.html). I suppose that the HttpWebRequest class uses such a parser in order to extract the parameters and uploaded files from the request stream. Correct me if
|
| Client IP Address or PC Name | 06 Oct 2004 20:05 GMT | 4 |
How can I obtain the client IP address or machine name from within an asp.net application? I want to use this information to determine where to redirect a web page. Many thanks
|
| VS.NET 2003 install w/o prerequisites cd. | 06 Oct 2004 19:18 GMT | 5 |
I am trying to install vs, but i don't have a prerequisite cd. I have disk1 and disk2 only. Is there way i can download the prerequisite cd from somewhere? btw, I don't have the physical CDS. My work has some deal where we just
|