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

ASP.NET

 
AnswerRe: Providing security for webpage Pin
Christian Flutcher28-Jul-08 7:43
Christian Flutcher28-Jul-08 7:43 
GeneralRe: Providing security for webpage Pin
Vasudevan Deepak Kumar28-Jul-08 18:22
Vasudevan Deepak Kumar28-Jul-08 18:22 
AnswerRe: Providing security for webpage Pin
Christian Graus28-Jul-08 13:58
protectorChristian Graus28-Jul-08 13:58 
AnswerRe: Providing security for webpage Pin
Vasudevan Deepak Kumar28-Jul-08 18:24
Vasudevan Deepak Kumar28-Jul-08 18:24 
QuestionGridview resizing beyond its panel boundaries when populated/bound to data Pin
Steve Holdorf28-Jul-08 3:36
Steve Holdorf28-Jul-08 3:36 
GeneralRe: Gridview resizing beyond its panel boundaries when populated/bound to data Pin
Steve Holdorf28-Jul-08 7:17
Steve Holdorf28-Jul-08 7:17 
QuestionHow to resize the ContentPlaceHolder in child page.? Pin
mcmilan28-Jul-08 3:21
mcmilan28-Jul-08 3:21 
QuestionCOMException Error When run this program in asp.net Pin
Rinki Mukheraji28-Jul-08 2:49
Rinki Mukheraji28-Jul-08 2:49 
<%@ Page aspcompat="true"%>
<%
Dim cgiPath = "sessearch.cgi"
Dim scrName = Request.ServerVariables("URL")
Dim query = Request.ServerVariables("QUERY_STRING")

if query <> "" then
Dim url = cgiPath & "?" & query & "&wrap=" & scrName
Dim xml = Server.CreateObject("MSXML2.ServerXMLHTTP")

Try
xml.Open("GET", "http://localhost/" + url, False)
Catch ex As Exception
Dim newUrl As New UriBuilder (Request.Url.Scheme, Request.Url.Host, Request.Url.Port, cgiPath & "?" & query & "&wrap=" & scrName)
xml.Open ("GET", newUrl.ToString, False)
End Try

xml.Send()
Response.write (xml.Responsetext)
end if
%>
QuestionMulti Column in a DropDown Pin
Ajeet mittal28-Jul-08 2:44
Ajeet mittal28-Jul-08 2:44 
AnswerRe: Multi Column in a DropDown Pin
Abhijit Jana28-Jul-08 2:48
professionalAbhijit Jana28-Jul-08 2:48 
GeneralRe: Multi Column in a DropDown Pin
Ajeet mittal28-Jul-08 3:13
Ajeet mittal28-Jul-08 3:13 
GeneralRe: Multi Column in a DropDown Pin
eyeseetee28-Jul-08 3:14
eyeseetee28-Jul-08 3:14 
AnswerRe: Multi Column in a DropDown Pin
Sherin Iranimose28-Jul-08 2:48
Sherin Iranimose28-Jul-08 2:48 
GeneralRe: Multi Column in a DropDown Pin
eyeseetee28-Jul-08 3:08
eyeseetee28-Jul-08 3:08 
GeneralRe: Multi Column in a DropDown Pin
Ajeet mittal28-Jul-08 3:15
Ajeet mittal28-Jul-08 3:15 
GeneralRe: Multi Column in a DropDown Pin
Sherin Iranimose28-Jul-08 3:15
Sherin Iranimose28-Jul-08 3:15 
GeneralRe: Multi Column in a DropDown Pin
eyeseetee28-Jul-08 3:38
eyeseetee28-Jul-08 3:38 
GeneralRe: Multi Column in a DropDown Pin
Ajeet mittal28-Jul-08 22:56
Ajeet mittal28-Jul-08 22:56 
AnswerRe: Multi Column in a DropDown Pin
Blue_Boy28-Jul-08 10:48
Blue_Boy28-Jul-08 10:48 
Questionhow to use fileupload control in usercontrol and save the file or image in a folder Pin
gaurav mangal28-Jul-08 2:35
gaurav mangal28-Jul-08 2:35 
AnswerRe: how to use fileupload control in usercontrol and save the file or image in a folder Pin
Sherin Iranimose28-Jul-08 3:11
Sherin Iranimose28-Jul-08 3:11 
GeneralRe: how to use fileupload control in usercontrol and save the file or image in a folder Pin
gaurav mangal28-Jul-08 19:06
gaurav mangal28-Jul-08 19:06 
GeneralRe: how to use fileupload control in usercontrol and save the file or image in a folder Pin
gaurav mangal28-Jul-08 19:58
gaurav mangal28-Jul-08 19:58 
GeneralRendering boolean value in a script block. Pin
Brady Kelly28-Jul-08 2:27
Brady Kelly28-Jul-08 2:27 
GeneralRe: Rendering boolean value in a script block. Pin
Christian Flutcher28-Jul-08 7:40
Christian Flutcher28-Jul-08 7:40 

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.