Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionplz tell me code to add subitem in menu bar.. without using wizard Pin
deepikadurge3-Apr-09 23:11
deepikadurge3-Apr-09 23:11 
AnswerRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Christian Graus3-Apr-09 23:13
protectorChristian Graus3-Apr-09 23:13 
AnswerRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Sathesh Sakthivel4-Apr-09 1:15
Sathesh Sakthivel4-Apr-09 1:15 
AnswerRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Yusuf4-Apr-09 2:16
Yusuf4-Apr-09 2:16 
JokeRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Sathesh Sakthivel4-Apr-09 3:17
Sathesh Sakthivel4-Apr-09 3:17 
GeneralRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Yusuf4-Apr-09 3:41
Yusuf4-Apr-09 3:41 
GeneralRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Sathesh Sakthivel4-Apr-09 4:19
Sathesh Sakthivel4-Apr-09 4:19 
QuestionError When Updating the content of Excel File From Code Pin
Member 46590013-Apr-09 22:53
Member 46590013-Apr-09 22:53 
i updating the content (column F2) of exel sheet with this code
this is working fine In My Company LAn.
Like i access this code from server And from client Pc I can Update It Using Code Given Below

but when i wrote this code at Client server ,And Trying to do the same , it gives the error :
Operation Must use an update able Query

Code Is given below


Protected Sub Call1()
Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\OrderHeader.xls;Extended Properties=""Excel 8.0;HDR=YES;"""
Dim factory As DbProviderFactory = DbProviderFactories.GetFactory("System.Data.OleDb")
Using connection As DbConnection = factory.CreateConnection()
connection.ConnectionString = connectionString
Using command As DbCommand = connection.CreateCommand()
command.CommandText = "Update [OrderHeader$] set F2= 'Used'"
connection.Open()
command.ExecuteNonQuery()
End Using
End Using


End Sub


i need it on urgent basis. Plz ..........

Raghvendra

AnswerRe: Error When Updating the content of Excel File From Code Pin
Christian Graus3-Apr-09 23:09
protectorChristian Graus3-Apr-09 23:09 
Questionusing password recovery the forgot password is sent to given email id Pin
grkrishna3-Apr-09 22:40
grkrishna3-Apr-09 22:40 
AnswerRe: using password recovery the forgot password is sent to given email id Pin
Christian Graus3-Apr-09 23:10
protectorChristian Graus3-Apr-09 23:10 
QuestionAjax and ultrawebgrid Pin
Zeyad Jalil3-Apr-09 21:11
professionalZeyad Jalil3-Apr-09 21:11 
AnswerRe: Ajax and ultrawebgrid Pin
Christian Graus3-Apr-09 23:10
protectorChristian Graus3-Apr-09 23:10 
AnswerRe: Ajax and ultrawebgrid Pin
Sathesh Sakthivel4-Apr-09 1:19
Sathesh Sakthivel4-Apr-09 1:19 
QuestionAbout sending UDP packets in vb6 Pin
Renuka Deshpande3-Apr-09 20:12
Renuka Deshpande3-Apr-09 20:12 
AnswerRe: About sending UDP packets in vb6 Pin
Christian Graus3-Apr-09 23:14
protectorChristian Graus3-Apr-09 23:14 
Questionpassword is sending to th some particular mail using password recovery control Pin
grkrishna3-Apr-09 19:45
grkrishna3-Apr-09 19:45 
AnswerRe: password is sending to th some particular mail using password recovery control Pin
www.Developerof.NET3-Apr-09 20:00
www.Developerof.NET3-Apr-09 20:00 
AnswerRe: password is sending to th some particular mail using password recovery control Pin
Christian Graus3-Apr-09 23:11
protectorChristian Graus3-Apr-09 23:11 
QuestionNeed a small Help. [modified] Pin
Nanda_MR3-Apr-09 19:29
Nanda_MR3-Apr-09 19:29 
AnswerRe: Need a small Help. Pin
Christian Graus3-Apr-09 23:12
protectorChristian Graus3-Apr-09 23:12 
QuestionTyped DataSet Issue... Pin
Illegal Operation3-Apr-09 12:18
Illegal Operation3-Apr-09 12:18 
QuestionHow to create a nice Order page? Pin
Dirso3-Apr-09 10:06
Dirso3-Apr-09 10:06 
AnswerRe: How to create a nice Order page? Pin
Yusuf3-Apr-09 11:35
Yusuf3-Apr-09 11:35 
Questionhow can i able to obtain the file size of uploaded file Pin
Alok Sharma ji3-Apr-09 7:04
Alok Sharma ji3-Apr-09 7:04 

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.