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

ASP.NET

 
GeneralRe: How to Disable back button Pin
Samarjeet Singh@india25-Jan-10 4:03
Samarjeet Singh@india25-Jan-10 4:03 
GeneralRe: How to Disable back button Pin
Jain Vijay26-Jan-10 17:57
Jain Vijay26-Jan-10 17:57 
GeneralRe: How to Disable back button Pin
Samarjeet Singh@india26-Jan-10 19:09
Samarjeet Singh@india26-Jan-10 19:09 
QuestionHow to link to PDF files from datalist? [modified] Pin
Meax24-Jan-10 19:06
Meax24-Jan-10 19:06 
AnswerRe: How to link to PDF files from datalist? Pin
April Fans25-Jan-10 0:53
April Fans25-Jan-10 0:53 
QuestionUsing HttpsWebRequest and HttpsWebResponse in .NET Pin
sumit703424-Jan-10 19:05
sumit703424-Jan-10 19:05 
AnswerRe: Using HttpsWebRequest and HttpsWebResponse in .NET Pin
N a v a n e e t h24-Jan-10 19:59
N a v a n e e t h24-Jan-10 19:59 
GeneralRe: Using HttpsWebRequest and HttpsWebResponse in .NET Pin
sumit703424-Jan-10 20:14
sumit703424-Jan-10 20:14 
Dim httpurl as string 'This is my http base url for which i have to create webrequest



Dim tmpURLConnectionOpenView As HttpWebRequest = CType(WebRequest.Create(httpurl), HttpWebRequest)
''''''''''''Set Cookie in header for Getting Xml
tmpURLConnectionOpenView.Headers.Item("Cookie") = CookieValue
Dim tmpBufferedReaderOpenView As StreamReader
tmpBufferedReaderOpenView = New StreamReader(tmpURLConnectionOpenView.GetResponse.GetResponseStream())
Dim ReturnedXML As String = ""
ReturnedXML = tmpBufferedReaderOpenView.ReadToEnd()
tmpBufferedReaderOpenView.Close()


Now in httpurl I am using https based url and now the above code does't work
QuestionASP.net Search Engine Pin
nayansharma124-Jan-10 18:13
nayansharma124-Jan-10 18:13 
AnswerRe: ASP.net Search Engine Pin
N a v a n e e t h24-Jan-10 19:57
N a v a n e e t h24-Jan-10 19:57 
GeneralRe: ASP.net Search Engine Pin
nayansharma18-Feb-10 15:14
nayansharma18-Feb-10 15:14 
QuestionCan a Java application call a DotNet WCF service? Pin
ashishtango24-Jan-10 17:25
ashishtango24-Jan-10 17:25 
AnswerRe: Can a Java application call a DotNet WCF service? Pin
Dinesh Mani24-Jan-10 18:10
Dinesh Mani24-Jan-10 18:10 
GeneralRe: Can a Java application call a DotNet WCF service? Pin
ashishtango24-Jan-10 22:15
ashishtango24-Jan-10 22:15 
GeneralRe: Can a Java application call a DotNet WCF service? Pin
Dinesh Mani25-Jan-10 1:20
Dinesh Mani25-Jan-10 1:20 
AnswerRe: Can a Java application call a DotNet WCF service? Pin
April Fans25-Jan-10 0:56
April Fans25-Jan-10 0:56 
QuestionGridViews and Properties... Pin
Illegal Operation24-Jan-10 13:13
Illegal Operation24-Jan-10 13:13 
AnswerRe: GridViews and Properties... Pin
nagendrathecoder24-Jan-10 18:28
nagendrathecoder24-Jan-10 18:28 
GeneralRe: GridViews and Properties... Pin
Illegal Operation24-Jan-10 18:46
Illegal Operation24-Jan-10 18:46 
GeneralRe: GridViews and Properties... Pin
nagendrathecoder24-Jan-10 19:03
nagendrathecoder24-Jan-10 19:03 
GeneralRe: GridViews and Properties... Pin
Illegal Operation26-Jan-10 12:34
Illegal Operation26-Jan-10 12:34 
QuestionNeed Help Pin
kruegersck24-Jan-10 11:35
kruegersck24-Jan-10 11:35 
AnswerRe: Need Help Pin
Not Active24-Jan-10 13:13
mentorNot Active24-Jan-10 13:13 
QuestionValidationGroup Pin
farokhian24-Jan-10 10:00
farokhian24-Jan-10 10:00 
AnswerRe: ValidationGroup Pin
Not Active24-Jan-10 13:15
mentorNot Active24-Jan-10 13:15 

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.