Click here to Skip to main content
16,004,969 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncarry a form from one computer to other computer Pin
gaurav mangal6-Aug-08 1:06
gaurav mangal6-Aug-08 1:06 
AnswerRe: carry a form from one computer to other computer Pin
Sql Exciter6-Aug-08 1:15
Sql Exciter6-Aug-08 1:15 
QuestionHow to create paragraphs in text editor Pin
Sql Exciter6-Aug-08 0:58
Sql Exciter6-Aug-08 0:58 
Questionlogin failure after publish in web server Pin
Sanjay Kunjam6-Aug-08 0:55
Sanjay Kunjam6-Aug-08 0:55 
AnswerRe: login failure after publish in web server Pin
eyeseetee6-Aug-08 1:19
eyeseetee6-Aug-08 1:19 
GeneralRe: login failure after publish in web server Pin
Sanjay Kunjam6-Aug-08 1:37
Sanjay Kunjam6-Aug-08 1:37 
GeneralRe: login failure after publish in web server Pin
eyeseetee6-Aug-08 2:23
eyeseetee6-Aug-08 2:23 
QuestionOpen an excel file in the host Pin
Assaf826-Aug-08 0:14
Assaf826-Aug-08 0:14 
Hello
I put my application in the server
in the application the user can export some data to an excel file

my problem is that the excel file don't open on the client and it will just open the excel in the task manager in server

Please can someone help me
"""""
On Error GoTo errprocess

Dim objSheet As Microsoft.Office.Interop.Excel.Worksheet
Dim wb As Microsoft.Office.Interop.Excel.Workbook
wb = New Excel.Application().Workbooks.Add(path)
wb.Application.Visible = True
objSheet = wb.ActiveSheet

objSheet.Cells(11, 2) = "ttt"
objSheet.Cells(13, 2) = "ggg"
objSheet.Cells(14, 2) = "kkk"
objSheet.Cells(15, 2) = "eee"
objSheet.Cells(16, 2) = "rrr"
objSheet.Cells(14, 4) = "yyy"
objSheet.Cells(12, 4) = "bbb"
objSheet.Cells(17, 4) = "ccc"
''''''
objSheet.Columns.AutoFit()


Exit Sub
errprocess: '
Response.Write(Err.Description & " " & Err.Number & " " & Err.Source)
Response.End()
""""""
Thanks in advance

Assaf
QuestionListBox Not Functioning.....Multiple Selection Pin
codingrocks6-Aug-08 0:09
codingrocks6-Aug-08 0:09 
AnswerRe: ListBox Not Functioning.....Multiple Selection Pin
Sandeep Akhare6-Aug-08 0:34
Sandeep Akhare6-Aug-08 0:34 
GeneralRe: ListBox Not Functioning.....Multiple Selection Pin
codingrocks6-Aug-08 0:51
codingrocks6-Aug-08 0:51 
AnswerRe: ListBox Not Functioning.....Multiple Selection Pin
chandralekha6-Aug-08 0:40
chandralekha6-Aug-08 0:40 
QuestionChatting Pin
janakinandhu5-Aug-08 23:25
janakinandhu5-Aug-08 23:25 
AnswerRe: Chatting Pin
Sathesh Sakthivel5-Aug-08 23:27
Sathesh Sakthivel5-Aug-08 23:27 
AnswerRe: Chatting Pin
eyeseetee5-Aug-08 23:31
eyeseetee5-Aug-08 23:31 
Question[Message Deleted] Pin
janakinandhu5-Aug-08 23:24
janakinandhu5-Aug-08 23:24 
AnswerRe: hi Pin
Sathesh Sakthivel5-Aug-08 23:26
Sathesh Sakthivel5-Aug-08 23:26 
QuestionFit webform in one page? Pin
katelva5-Aug-08 23:23
katelva5-Aug-08 23:23 
AnswerRe: Fit webform in one page? Pin
Sathesh Sakthivel5-Aug-08 23:25
Sathesh Sakthivel5-Aug-08 23:25 
GeneralRe: Fit webform in one page? Pin
katelva6-Aug-08 7:44
katelva6-Aug-08 7:44 
QuestionPanel Drag and Drop Pin
sjs4u5-Aug-08 23:04
sjs4u5-Aug-08 23:04 
AnswerRe: Panel Drag and Drop Pin
Sathesh Sakthivel5-Aug-08 23:11
Sathesh Sakthivel5-Aug-08 23:11 
GeneralRe: Panel Drag and Drop Pin
sjs4u5-Aug-08 23:16
sjs4u5-Aug-08 23:16 
GeneralRe: Panel Drag and Drop Pin
Sathesh Sakthivel5-Aug-08 23:17
Sathesh Sakthivel5-Aug-08 23:17 
AnswerRe: Panel Drag and Drop Pin
Sandeep Akhare5-Aug-08 23:13
Sandeep Akhare5-Aug-08 23:13 

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.