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

ASP.NET

 
GeneralRe: Gridview Searching and Filtering Pin
GaryT8021-Aug-06 4:16
GaryT8021-Aug-06 4:16 
GeneralRe: Gridview Searching and Filtering Pin
Brent Lamborn21-Aug-06 4:23
Brent Lamborn21-Aug-06 4:23 
GeneralRe: Gridview Searching and Filtering [modified] Pin
GaryT8021-Aug-06 5:56
GaryT8021-Aug-06 5:56 
GeneralRe: Gridview Searching and Filtering Pin
Brent Lamborn21-Aug-06 6:08
Brent Lamborn21-Aug-06 6:08 
QuestionSQL database in a .NET asp environment Pin
Rory Lewis18-Aug-06 8:29
Rory Lewis18-Aug-06 8:29 
AnswerRe: SQL database in a .NET asp environment Pin
seee sharp18-Aug-06 9:15
seee sharp18-Aug-06 9:15 
AnswerRe: SQL database in a .NET asp environment Pin
i.j.russell18-Aug-06 10:22
i.j.russell18-Aug-06 10:22 
QuestionASP.NET 2.0 Webservice call from ASP Pin
seee sharp18-Aug-06 8:04
seee sharp18-Aug-06 8:04 
Hello,

I am using following code to call ASP.NET webservicemethod. When I put URL in browser, it works. But when I use MSXML2.XMLHTTP, it fails.
any clues?


CODE:

postUrl = "http://Server/VDir/MyWebService/NewService.asmx/MyMethod"

Set xmlhttp = server.Createobject("MSXML2.XMLHTTP")
xmlhttp.Open "POST",postUrl,false
xmlhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
xmlhttp.send DataToSend
Response.Write(xmlhttp.responseText)



Appreciate your help
- ashish

QuestionHow to insert data into database from data set or datatable Pin
micydon18-Aug-06 5:49
micydon18-Aug-06 5:49 
AnswerRe: How to insert data into database from data set or datatable Pin
leckey18-Aug-06 6:19
leckey18-Aug-06 6:19 
AnswerRe: How to insert data into database from data set or datatable Pin
Not Active18-Aug-06 7:44
mentorNot Active18-Aug-06 7:44 
QuestionIs it possible to "Enable = false" on all a pages ASP.NET controls with a single command or loop? Pin
Red_Wizard_Shot_The_Food18-Aug-06 5:37
Red_Wizard_Shot_The_Food18-Aug-06 5:37 
AnswerRe: Is it possible to "Enable = false" on all a pages ASP.NET controls with a single command or loop? Pin
Colin Angus Mackay18-Aug-06 5:50
Colin Angus Mackay18-Aug-06 5:50 
AnswerRe: Is it possible to "Enable = false" on all a pages ASP.NET controls with a single command or loop? Pin
Mike Ellison18-Aug-06 7:19
Mike Ellison18-Aug-06 7:19 
QuestionGridView visibility issue Pin
Vipul Mehta18-Aug-06 5:11
Vipul Mehta18-Aug-06 5:11 
AnswerRe: GridView visibility issue Pin
Not Active18-Aug-06 5:49
mentorNot Active18-Aug-06 5:49 
QuestionGridView event fired twice Pin
Talal Sultan18-Aug-06 4:42
Talal Sultan18-Aug-06 4:42 
AnswerRe: GridView event fired twice Pin
minhpc_bk19-Aug-06 4:02
minhpc_bk19-Aug-06 4:02 
GeneralRe: GridView event fired twice Pin
Talal Sultan20-Aug-06 20:15
Talal Sultan20-Aug-06 20:15 
GeneralRe: GridView event fired twice Pin
Talal Sultan20-Aug-06 20:59
Talal Sultan20-Aug-06 20:59 
QuestionProblem using PreviousPage Property Pin
Jay_se18-Aug-06 3:43
Jay_se18-Aug-06 3:43 
AnswerRe: Problem using PreviousPage Property Pin
minhpc_bk18-Aug-06 12:27
minhpc_bk18-Aug-06 12:27 
GeneralRe: Problem using PreviousPage Property [modified] Pin
Jay_se18-Aug-06 18:05
Jay_se18-Aug-06 18:05 
Questiondatagrid binding with database table rows as columns Pin
gbabu1718-Aug-06 3:05
gbabu1718-Aug-06 3:05 
AnswerRe: datagrid binding with database table rows as columns Pin
minhpc_bk18-Aug-06 12:28
minhpc_bk18-Aug-06 12:28 

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.