Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Datagrid to Excel Pin
Vasudevan Deepak Kumar8-Nov-07 21:13
Vasudevan Deepak Kumar8-Nov-07 21:13 
QuestionSlickUpload Conflicting With HttpPostedFile Pin
wanlim08178-Nov-07 15:34
wanlim08178-Nov-07 15:34 
Questionnamespace not found --Microsoft.Office.Interop.Excel.ApplicationClass Pin
G.K.M.8-Nov-07 15:18
G.K.M.8-Nov-07 15:18 
AnswerRe: namespace not found --Microsoft.Office.Interop.Excel.ApplicationClass Pin
Sri_34648-Nov-07 19:06
Sri_34648-Nov-07 19:06 
Questioncreating and saving excel work sheet at runtime Pin
G.K.M.8-Nov-07 15:03
G.K.M.8-Nov-07 15:03 
AnswerRe: creating and saving excel work sheet at runtime Pin
Michael Sync8-Nov-07 19:47
Michael Sync8-Nov-07 19:47 
QuestionASP .NET 2.0 Pin
kenexcelon8-Nov-07 9:54
kenexcelon8-Nov-07 9:54 
AnswerRe: ASP .NET 2.0 Pin
Fred_Smith8-Nov-07 12:40
Fred_Smith8-Nov-07 12:40 
As long as this is a development machine only you can use "identity impersonate" within your web.config file to let ASP.NET assume an admin role, which should get you around this problem. *** Just be sure to remove this when you want to deploy on public server. ***

If your machine's admin login is
username: abc
password: xyz

add the folowing line within the <system.web> block of the application's web.config file:

<identity impersonate="true" userName="abc" password="xyz" />
Questiona problem with Threading in ASP.NET Pin
Kariem Soudy8-Nov-07 8:34
Kariem Soudy8-Nov-07 8:34 
AnswerRe: a problem with Threading in ASP.NET Pin
Michael Sync8-Nov-07 19:49
Michael Sync8-Nov-07 19:49 
GeneralRe: a problem with Threading in ASP.NET Pin
Kariem Soudy9-Nov-07 6:44
Kariem Soudy9-Nov-07 6:44 
GeneralRe: a problem with Threading in ASP.NET Pin
Michael Sync9-Nov-07 18:58
Michael Sync9-Nov-07 18:58 
GeneralRe: a problem with Threading in ASP.NET Pin
Kariem Soudy11-Nov-07 6:58
Kariem Soudy11-Nov-07 6:58 
QuestionList Boxes and Incorrect selected items Pin
Torin_DWC8-Nov-07 5:20
Torin_DWC8-Nov-07 5:20 
AnswerRe: List Boxes and Incorrect selected items Pin
Christian Graus8-Nov-07 9:31
protectorChristian Graus8-Nov-07 9:31 
GeneralRe: List Boxes and Incorrect selected items Pin
Torin_DWC8-Nov-07 11:21
Torin_DWC8-Nov-07 11:21 
GeneralRe: List Boxes and Incorrect selected items Pin
Christian Graus8-Nov-07 13:38
protectorChristian Graus8-Nov-07 13:38 
GeneralRe: List Boxes and Incorrect selected items Pin
Torin_DWC12-Nov-07 9:26
Torin_DWC12-Nov-07 9:26 
QuestionDropDownList not selecting correct value Pin
Gareth H8-Nov-07 4:03
Gareth H8-Nov-07 4:03 
AnswerRe: DropDownList not selecting correct value Pin
Paddy Boyd8-Nov-07 4:52
Paddy Boyd8-Nov-07 4:52 
GeneralRe: DropDownList not selecting correct value Pin
Gareth H8-Nov-07 5:50
Gareth H8-Nov-07 5:50 
QuestionRadioButtonList not returning selected item Pin
Gareth H8-Nov-07 3:54
Gareth H8-Nov-07 3:54 
AnswerRe: RadioButtonList not returning selected item Pin
Paddy Boyd8-Nov-07 4:53
Paddy Boyd8-Nov-07 4:53 
GeneralRe: RadioButtonList not returning selected item Pin
Gareth H8-Nov-07 5:47
Gareth H8-Nov-07 5:47 
QuestionProblem showing alert message from code Pin
Kurian_Kurian8-Nov-07 3:43
Kurian_Kurian8-Nov-07 3:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.