Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling SP from .net Pin
Astricks1-Feb-07 3:58
Astricks1-Feb-07 3:58 
GeneralRe: Calling SP from .net Pin
Russell Jones1-Feb-07 22:02
Russell Jones1-Feb-07 22:02 
GeneralRe: Calling SP from .net Pin
Michael P Butler1-Feb-07 23:10
Michael P Butler1-Feb-07 23:10 
AnswerRe: Calling SP from .net Pin
Pete O'Hanlon1-Feb-07 4:38
mvePete O'Hanlon1-Feb-07 4:38 
QuestionResponse.Redirect Pin
acodman1-Feb-07 3:33
acodman1-Feb-07 3:33 
AnswerRe: Response.Redirect Pin
ednrgc1-Feb-07 3:35
ednrgc1-Feb-07 3:35 
AnswerRe: Response.Redirect Pin
Luc Pattyn1-Feb-07 3:37
sitebuilderLuc Pattyn1-Feb-07 3:37 
AnswerRe: Response.Redirect Pin
Michael P Butler1-Feb-07 3:45
Michael P Butler1-Feb-07 3:45 
acodman wrote:
I have 2 pages, pageA that receives two input from a text box and redirects when a button is clicked and sends the two parameters entered to PageB which uses it to search a database. below is my code:

Hyperlink.NavigateURL="pageB.aspx?num1=" +para1 && +"num2="+ para2


Try,

Hyperlink.NavigateURL = String.Format("pageB.aspx?num1={0}&num2={1}", para1, para2);


QuestionXML Pin
snouto1-Feb-07 3:30
snouto1-Feb-07 3:30 
AnswerRe: XML Pin
Dustin Metzgar1-Feb-07 3:48
Dustin Metzgar1-Feb-07 3:48 
QuestionCompiler 2003 Makes me Dieing Pin
snouto1-Feb-07 2:41
snouto1-Feb-07 2:41 
AnswerRe: Compiler 2003 Makes me Dieing Pin
ednrgc1-Feb-07 3:21
ednrgc1-Feb-07 3:21 
GeneralRe: Compiler 2003 Makes me Dieing Pin
snouto1-Feb-07 3:31
snouto1-Feb-07 3:31 
QuestionHow to Call C# dll in VC++ 6.0 Pin
Vijjuuu.1-Feb-07 2:39
Vijjuuu.1-Feb-07 2:39 
AnswerRe: How to Call C# dll in VC++ 6.0 Pin
David Knechtges1-Feb-07 2:55
David Knechtges1-Feb-07 2:55 
GeneralRe: How to Call C# dll in VC++ 6.0 Pin
Vijjuuu.1-Feb-07 19:17
Vijjuuu.1-Feb-07 19:17 
AnswerRe: How to Call C# dll in VC++ 6.0 Pin
Tim Paaschen1-Feb-07 19:32
Tim Paaschen1-Feb-07 19:32 
Questionbutton Pin
mihksoft1-Feb-07 2:37
mihksoft1-Feb-07 2:37 
AnswerRe: button Pin
ednrgc1-Feb-07 3:24
ednrgc1-Feb-07 3:24 
GeneralRe: button Pin
mihksoft1-Feb-07 4:04
mihksoft1-Feb-07 4:04 
GeneralRe: button Pin
ednrgc1-Feb-07 4:05
ednrgc1-Feb-07 4:05 
GeneralRe: button Pin
mihksoft1-Feb-07 4:49
mihksoft1-Feb-07 4:49 
GeneralRe: button Pin
ednrgc1-Feb-07 4:52
ednrgc1-Feb-07 4:52 
GeneralRe: button Pin
mihksoft1-Feb-07 5:00
mihksoft1-Feb-07 5:00 
GeneralRe: button Pin
ednrgc1-Feb-07 5:04
ednrgc1-Feb-07 5: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.