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

ASP.NET

 
AnswerRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Abhishek Sur18-Aug-09 11:25
professionalAbhishek Sur18-Aug-09 11:25 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Seraph_summer19-Aug-09 8:36
Seraph_summer19-Aug-09 8:36 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Abhishek Sur19-Aug-09 21:44
professionalAbhishek Sur19-Aug-09 21:44 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Seraph_summer20-Aug-09 9:02
Seraph_summer20-Aug-09 9:02 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Abhishek Sur20-Aug-09 21:21
professionalAbhishek Sur20-Aug-09 21:21 
QuestionAdding a new row to a gridview with javascript Pin
dptalt18-Aug-09 8:06
dptalt18-Aug-09 8:06 
AnswerRe: Adding a new row to a gridview with javascript Pin
Abhishek Sur18-Aug-09 10:01
professionalAbhishek Sur18-Aug-09 10:01 
QuestionConnection string in asp connecting to sharepoint list as datasource Pin
Ghis1234518-Aug-09 6:53
Ghis1234518-Aug-09 6:53 
Hi,
i've been trying to create a website in asp that uses a connection to a sharepoint list so i can display the data as i please. here is my latest attempt that still does not work:

Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open("Provider=Microsoft.ACE.OLEDB.12.0; User iD=xxxxx; Password=xxxxx; Domain=mydomain; WSS; IMEX=1; RetrieveIds=Yes;DATABASE=http://server/path/; List={a1a1a1a-a1a1aa-a1a1a-a1a1a-a1a1aa1};")

SQL = "SELECT * FROM [list]"
Set admin = oConn.Execute(SQL)

all i keep getting is error in iis log:

Cannot_start_your_application._The_workgroup_information_file_is_missing_or_opened_exclusively_by_another_user.

Can anyone help?
QuestionBackup problem Pin
monika_vasvani18-Aug-09 5:07
monika_vasvani18-Aug-09 5:07 
AnswerRe: Backup problem Pin
Siddiqui Muhammad18-Aug-09 6:34
Siddiqui Muhammad18-Aug-09 6:34 
Questionget hardware information of clients ? Pin
Lagziyan18-Aug-09 4:20
Lagziyan18-Aug-09 4:20 
AnswerRe: get hardware information of clients ? Pin
Abhishek Sur18-Aug-09 10:05
professionalAbhishek Sur18-Aug-09 10:05 
QuestionWorking with non english characters Pin
yogesh.rain18-Aug-09 3:38
yogesh.rain18-Aug-09 3:38 
AnswerRe: Working with non english characters Pin
Arindam Sinha18-Aug-09 4:32
Arindam Sinha18-Aug-09 4:32 
QuestionDatalist items disappear-Any help is appreciated Pin
Ersan Ercek18-Aug-09 3:34
Ersan Ercek18-Aug-09 3:34 
Questiongridview with check box in it Pin
anbusenthil18-Aug-09 2:23
anbusenthil18-Aug-09 2:23 
AnswerRe: gridview with check box in it Pin
Blue_Boy18-Aug-09 2:58
Blue_Boy18-Aug-09 2:58 
AnswerRe: gridview with check box in it Pin
Arindam Sinha18-Aug-09 2:58
Arindam Sinha18-Aug-09 2:58 
Questionhow to add coding to the click event of the pager control in gridview Pin
anbusenthil18-Aug-09 1:08
anbusenthil18-Aug-09 1:08 
AnswerRe: how to add coding to the click event of the pager control in gridview Pin
Vimalsoft(Pty) Ltd18-Aug-09 1:30
professionalVimalsoft(Pty) Ltd18-Aug-09 1:30 
QuestionDisplaying row details in textboxes on mouseover of gridview row Pin
pari_memory18-Aug-09 0:28
pari_memory18-Aug-09 0:28 
AnswerRe: Displaying row details in textboxes on mouseover of gridview row Pin
Vimalsoft(Pty) Ltd18-Aug-09 1:10
professionalVimalsoft(Pty) Ltd18-Aug-09 1:10 
GeneralRe: Displaying row details in textboxes on mouseover of gridview row Pin
pari_memory18-Aug-09 1:47
pari_memory18-Aug-09 1:47 
Questiontextbox event Pin
mylogics18-Aug-09 0:08
professionalmylogics18-Aug-09 0:08 
AnswerRe: textbox event Pin
padmanabhan N18-Aug-09 0:12
padmanabhan N18-Aug-09 0:12 

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.