Description:
Microsoft .NET technology newsgroup.
|
|
|
Start Process from Isolated Storage File
|
| |
Hi, .NET gurus, if I'm approaching this the wrong way, your suggestions are welcome. I am creating an xml file and an xslt and usint those to create an html file and storing them all in Isolated Storage. I can access them all as streams, however, I want to be able to open the resulting html file in a browser in order to print the page. I want to use the... more »
|
|
Dynamic Button with Event
|
| |
I've new to .NET. I'm trying to add a button dynamically with an event. Initially, I have a button with a click. The original button's click event response writes a test message and adds a button. The new button has a click event attached with a test message. Unfortunately, when I click the dynamically attached button, nothing happens. Could... more »
|
|
Silverlight textbox in Accordion
|
| |
Hi! I am pretty new to silverlight and could really use some help! I have a Silverlight Accordion with the following code: <Accordion> <Accordion.HeaderTemplate> <DataTemplate> <WrapPanel> <Label Content="{Binding Title}" /> </WrapPanel> </DataTemplate>... more »
|
|
Do you want to save or open this file?
|
| |
I am trying to print a Word document from with an ASP.Net 2005 application. My code is: Dim myFile As New FileInfo(fileName) Response.Clear() Response.AddHeader("Content-Di sposition", "attachment; filename=" + (UserSession.LoggedInUser.Prin terName + "^").Replace(" ", "$").Replace("\", "~") + "Barcode.Doc")... more »
|
|
How do I insert image in email body
|
| |
hi, I have to send an email with my company logo in it.I am using ASP.Net 2.0. My code looks like this public static void SendEmail(string strSubject, string strTo, string strFrom, string strMailMessage) { string strStyle = "style='font: 12px/18px Arial, Helvetica, sans-serif '"; MailMessage mail = new MailMessage();... more »
|
|
dropdownlist selected Index remains zero.
|
| |
Hi, I have a ModalPopupExtender in my page. And In popup I am showing a gridview. Inside Gridview a dropdownlist is there. In pop there is a submitt button. But problem is in dropdownlist selected index remains zero irespective of my selection. Even after I select second,third or fourth Item ti will show first item of the dropdown as the... more »
|
|
dropdownlist selected index remains zero.
|
| |
Hi, I have a ModalPopupExtender in my page. And In popup I am showing a gridview. Inside Gridview a dropdownlist is there. In pop there is a submitt button. But problem is in dropdownlist selected index remains zero irespective of my selection.Even after I select second,third or fourth Item ti will show first item of the dropdown as the... more »
|
|
Check updates
|
| |
Hi, I want to know how to add "Check updates" feature in to my application.
|
|
What is a simulated HTTP requests?
|
| |
Hi, I've read on [link] that "ASP.NET developers who want to preload ASP.NET Web applications should use the simulated HTTP requests in IIS 7.0 combined with the Application_Start method in the Global.asax file."... more »
|
|
Zero length zip file
|
| |
Found an interesting problem with the zip extraction class that comes with vjslib.dll. If you have a corrupt file, it takes the exception fine. But if you have a zero length file, it will set on the line where you are creating the ZipCode object and never return. If you have a zero length zip file and try to create the ZipFile object, the... more »
|
|
|