Click here to Skip to main content
15,922,584 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionprint special character Pin
varsh128-Sep-08 1:38
varsh128-Sep-08 1:38 
AnswerRe: print special character Pin
Blue_Boy8-Sep-08 1:47
Blue_Boy8-Sep-08 1:47 
GeneralRe: print special character Pin
varsh128-Sep-08 2:23
varsh128-Sep-08 2:23 
GeneralRe: print special character Pin
Blue_Boy8-Sep-08 2:24
Blue_Boy8-Sep-08 2:24 
QuestionEncryption algorithm for returning only integer Pin
Lijo Rajan8-Sep-08 1:25
Lijo Rajan8-Sep-08 1:25 
AnswerRe: Encryption algorithm for returning only integer Pin
Dave Sexton8-Sep-08 4:24
Dave Sexton8-Sep-08 4:24 
AnswerRe: Encryption algorithm for returning only integer Pin
Ennis Ray Lynch, Jr.8-Sep-08 5:57
Ennis Ray Lynch, Jr.8-Sep-08 5:57 
QuestionMaster Page and Forms in ASP.net Pin
Himanshu Verma8-Sep-08 1:14
Himanshu Verma8-Sep-08 1:14 
Dear All.
I am working on ASP.net 2.0 and using Master Page in which I used one user control and using a text box and button control for searching on the top.

The logo.ascx files which used in Master page is as follows:
<table width="100%" border="1">
<tr><td>
<asp:Image ID="logoimage" runat="server" ImageUrl="~/images/samnlogo3.jpg" AlternateText="SAMN Logo" BorderWidth="0" />
<!--<img src="images/samnlogo3.jpg" alt="SAMN logo"/>--></td>
<td valign="baseline">
<div id="searchdiv" name="SearchDiv">
<asp:textbox id="SomeText" runat="server"></asp:textbox>
<asp:button id="Submit" runat="server" text="Submit Form"></asp:button>

Now I want to take the text in the text box to another aspx page please tell me a better suggestion. <%@ previous page> does not works in User Controls. Also I am confused with <form > tag how to use it in the Master there is a <form> tag which is mandatory.

Then I want to fetch the data of textbox to use as search criteria in my SQL Query.
Please help me I have tries all possible ways I can do. But I did not got any proper solution.

I need it urgently.

Thanks in Advance.
AnswerRe: Master Page and Forms in ASP.net Pin
eyeseetee8-Sep-08 1:18
eyeseetee8-Sep-08 1:18 
AnswerRe: Master Page and Forms in ASP.net Pin
Paddy Boyd8-Sep-08 4:11
Paddy Boyd8-Sep-08 4:11 
GeneralRe: Master Page and Forms in ASP.net Pin
Himanshu Verma8-Sep-08 18:31
Himanshu Verma8-Sep-08 18:31 
Questionhow to redirect web login page to gmail home page? Pin
srinivassam8-Sep-08 1:01
srinivassam8-Sep-08 1:01 
AnswerRe: how to redirect web login page to gmail home page? Pin
eyeseetee8-Sep-08 1:04
eyeseetee8-Sep-08 1:04 
AnswerRe: how to redirect web login page to gmail home page? Pin
Shaik Haneef8-Sep-08 2:32
Shaik Haneef8-Sep-08 2:32 
Questionhow to show error in asp.ent Pin
Kissy168-Sep-08 0:46
Kissy168-Sep-08 0:46 
AnswerRe: how to show error in asp.ent Pin
Shaik Haneef8-Sep-08 2:38
Shaik Haneef8-Sep-08 2:38 
GeneralRe: how to show error in asp.ent Pin
Kissy168-Sep-08 19:42
Kissy168-Sep-08 19:42 
GeneralRe: how to show error in asp.ent Pin
Shaik Haneef8-Sep-08 19:51
Shaik Haneef8-Sep-08 19:51 
AnswerInsha Allah try this i think this one work definitely Pin
Shaik Haneef8-Sep-08 20:06
Shaik Haneef8-Sep-08 20:06 
QuestionRequest timeout error. Pin
DanielBJC8-Sep-08 0:27
DanielBJC8-Sep-08 0:27 
AnswerRe: Request timeout error. Pin
Shaik Haneef8-Sep-08 2:42
Shaik Haneef8-Sep-08 2:42 
Questionhow to include one .aspx page into another .aspx page? Pin
kvsreedhar8-Sep-08 0:25
kvsreedhar8-Sep-08 0:25 
AnswerRe: how to include one .aspx page into another .aspx page? Pin
The Web Developer8-Sep-08 0:58
The Web Developer8-Sep-08 0:58 
AnswerRe: how to include one .aspx page into another .aspx page? Pin
Christian Graus8-Sep-08 2:48
protectorChristian Graus8-Sep-08 2:48 
Questiontab control problem Pin
Nika Asgari7-Sep-08 23:44
Nika Asgari7-Sep-08 23:44 

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.