Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to search and highlight text in datagrid in .net 2.0? Pin
sharath0729-Oct-08 1:39
sharath0729-Oct-08 1:39 
Questionhow to save connection string in web.config programmatically Pin
dream_liner_7e729-Oct-08 0:28
dream_liner_7e729-Oct-08 0:28 
AnswerRe: how to save connection string in web.config programmatically Pin
meeram39529-Oct-08 0:33
meeram39529-Oct-08 0:33 
GeneralRe:Thanks for the solution it worked fi9 Pin
dream_liner_7e729-Oct-08 23:57
dream_liner_7e729-Oct-08 23:57 
AnswerRe: how to save connection string in web.config programmatically Pin
John Gathogo29-Oct-08 0:47
John Gathogo29-Oct-08 0:47 
QuestionValidate URL with or without www Pin
meeram39528-Oct-08 23:29
meeram39528-Oct-08 23:29 
AnswerRe: Validate URL with or without www Pin
N a v a n e e t h29-Oct-08 1:04
N a v a n e e t h29-Oct-08 1:04 
AnswerRe: Validate URL with or without www Pin
cmk29-Oct-08 1:57
cmk29-Oct-08 1:57 
Just break it into scheme (protocol) and host.

Scheme is everything before ://
Host is everything after :// and before first / (or \)

Path, file, arguements is everything from first / on.

e.g. http://microsoft.com:80/path/file?arg1=1&arg2=2
scheme = "http"
host = "microsoft.com:80" (actually host:port)
path = "/path/" (some leave off trailing /)
file = "file"
args = "arg1=1&arg2=2"

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

Questionupload image to sql server Pin
y_mmohd28-Oct-08 23:05
y_mmohd28-Oct-08 23:05 
AnswerRe: upload image to sql server Pin
eyeseetee28-Oct-08 23:12
eyeseetee28-Oct-08 23:12 
GeneralRe: upload image to sql server Pin
y_mmohd29-Oct-08 1:32
y_mmohd29-Oct-08 1:32 
GeneralRe: upload image to sql server Pin
sumit703429-Oct-08 2:03
sumit703429-Oct-08 2:03 
GeneralRe: upload image to sql server Pin
Michael Bookatz29-Oct-08 1:52
Michael Bookatz29-Oct-08 1:52 
QuestionWhich windows vista version is better for .net developer Pin
VenkataRamana.Gali28-Oct-08 23:02
VenkataRamana.Gali28-Oct-08 23:02 
AnswerRe: Which windows vista version is better for .net developer Pin
eyeseetee28-Oct-08 23:13
eyeseetee28-Oct-08 23:13 
GeneralRe: Which windows vista version is better for .net developer Pin
VenkataRamana.Gali28-Oct-08 23:16
VenkataRamana.Gali28-Oct-08 23:16 
GeneralRe: Which windows vista version is better for .net developer Pin
eyeseetee28-Oct-08 23:30
eyeseetee28-Oct-08 23:30 
AnswerRe: Which windows vista version is better for .net developer Pin
#realJSOP29-Oct-08 0:56
mve#realJSOP29-Oct-08 0:56 
AnswerRe: Which windows vista version is better for .net developer Pin
Paul Conrad29-Oct-08 10:34
professionalPaul Conrad29-Oct-08 10:34 
QuestionError while exporting data to Excel sheet Pin
Satish - Developer28-Oct-08 22:35
Satish - Developer28-Oct-08 22:35 
AnswerRe: Error while exporting data to Excel sheet Pin
meeram39528-Oct-08 23:09
meeram39528-Oct-08 23:09 
Questionproblem in check box [modified] Pin
susan_15161528-Oct-08 21:27
susan_15161528-Oct-08 21:27 
AnswerRe: problem in check box Pin
Christian Graus28-Oct-08 22:17
protectorChristian Graus28-Oct-08 22:17 
GeneralRe: problem in check box Pin
susan_15161528-Oct-08 22:40
susan_15161528-Oct-08 22:40 
AnswerRe: problem in check box Pin
Guffa28-Oct-08 22:54
Guffa28-Oct-08 22:54 

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.