Click here to Skip to main content
15,914,109 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DetailsView control customizing Pin
minhpc_bk21-Sep-06 20:50
minhpc_bk21-Sep-06 20:50 
QuestionProblem with RequiredFieldValidator Pin
Goalie3521-Sep-06 7:48
Goalie3521-Sep-06 7:48 
AnswerRe: Problem with RequiredFieldValidator Pin
Kschuler21-Sep-06 7:57
Kschuler21-Sep-06 7:57 
QuestionDesign question Pin
robert11021-Sep-06 7:07
robert11021-Sep-06 7:07 
AnswerRe: Design question Pin
Christian Graus21-Sep-06 12:41
protectorChristian Graus21-Sep-06 12:41 
AnswerRe: Design question Pin
Keith Barrow21-Sep-06 13:28
professionalKeith Barrow21-Sep-06 13:28 
AnswerRe: Design question Pin
M LN Rao21-Sep-06 19:41
M LN Rao21-Sep-06 19:41 
Questionhelp needed + web services Pin
Naveed Kamboh21-Sep-06 6:45
Naveed Kamboh21-Sep-06 6:45 
Hi Friends,

I have created a webservice using ASP.net 2.0 wchich sends employees details as a dataset.

on client side i am using classical asp to access that
Dim xmlhttp
Dim DataToSend
DataToSend="companyid="& cstr(Session("companyid"))
Dim postUrl
postUrl = "http://localhost:1286/LoginServices/Service.asmx/GetUserList"
Set xmlhttp = server.Createobject("MSXML2.XMLHTTP")
xmlhttp.Open "POST",postUrl,false
xmlhttp.setRequestHeader "Content-Type", _
"application/x-www-form-urlencoded"
xmlhttp.send DataToSend
dim dataReturned

dataReturned=xmlhttp.responseText
when i use Response.write(dataReturned) it prints data.

My problem is That I want to show data as a formatted text and also want to give user an option to edit the emplohees information and save back to the server. I want to show records in a table but it seems when it returns data its a single string.

I dont know if my apporach is wrong or right.
If any one knows how to create a formatted text or how to put that data into an xml file please help me
thanks

Naveed Kamboh

AnswerRe: help needed + web services Pin
Stephan Pilz21-Sep-06 21:00
Stephan Pilz21-Sep-06 21:00 
QuestionGridview sorting Pin
#realJSOP21-Sep-06 6:32
professional#realJSOP21-Sep-06 6:32 
AnswerRe: Gridview sorting Pin
Naveed Kamboh21-Sep-06 6:49
Naveed Kamboh21-Sep-06 6:49 
AnswerRe: Gridview sorting Pin
Member 9621-Sep-06 10:53
Member 9621-Sep-06 10:53 
Questionredirect problem in form authentication Pin
homersim21-Sep-06 4:55
homersim21-Sep-06 4:55 
AnswerRe: redirect problem in form authentication Pin
minhpc_bk21-Sep-06 20:55
minhpc_bk21-Sep-06 20:55 
Questionusername in a domain to show in textbox? Pin
zarkan21-Sep-06 4:40
zarkan21-Sep-06 4:40 
AnswerRe: username in a domain to show in textbox? Pin
Kschuler21-Sep-06 6:38
Kschuler21-Sep-06 6:38 
QuestionRegarding the Session Pin
tmiku21-Sep-06 3:33
tmiku21-Sep-06 3:33 
AnswerRe: Regarding the Session Pin
Not Active21-Sep-06 3:53
mentorNot Active21-Sep-06 3:53 
AnswerRe: Regarding the Session Pin
Sathesh Sakthivel21-Sep-06 4:17
Sathesh Sakthivel21-Sep-06 4:17 
AnswerRe: Regarding the Session Pin
Kschuler21-Sep-06 6:43
Kschuler21-Sep-06 6:43 
AnswerRe: Regarding the Session Pin
Britney S. Morales21-Sep-06 6:43
Britney S. Morales21-Sep-06 6:43 
QuestionRegarding the Session(urgent) Pin
tmiku21-Sep-06 3:33
tmiku21-Sep-06 3:33 
QuestionCreateUserWizard Pin
cisco210321-Sep-06 3:05
cisco210321-Sep-06 3:05 
AnswerRe: CreateUserWizard Pin
minhpc_bk21-Sep-06 20:56
minhpc_bk21-Sep-06 20:56 
QuestionHow to add rows dynamically in datagrid Pin
Ph@ntom21-Sep-06 3:04
Ph@ntom21-Sep-06 3: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.