Click here to Skip to main content
15,904,503 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSharp Map on Google Map Pin
shwethaV2-Sep-09 0:15
shwethaV2-Sep-09 0:15 
Questionthree fields in single Dropdown with space Pin
rummer1-Sep-09 23:33
rummer1-Sep-09 23:33 
AnswerRe: three fields in single Dropdown with space Pin
nagendrathecoder2-Sep-09 0:10
nagendrathecoder2-Sep-09 0:10 
AnswerRe: three fields in single Dropdown with space Pin
Christian Graus2-Sep-09 0:11
protectorChristian Graus2-Sep-09 0:11 
AnswerRe: three fields in single Dropdown with space Pin
sashidhar2-Sep-09 0:13
sashidhar2-Sep-09 0:13 
QuestionDrag and drop and Ajax? Pin
AndyBrew701-Sep-09 22:55
AndyBrew701-Sep-09 22:55 
AnswerRe: Drag and drop and Ajax? Pin
Not Active1-Sep-09 23:29
mentorNot Active1-Sep-09 23:29 
QuestionProblem in passing value to popup window Pin
nagendrathecoder1-Sep-09 22:43
nagendrathecoder1-Sep-09 22:43 
Hello friends,

I know i have posted similar thing yesterday but i didn't got my solution yet.

I am using popup window in my application which i am creating like this
<script type="text/javascript">
function Open()                                        {                                            
                                            window.open('SearchBOM.aspx','myWin','scrollbars=no,width=500,height=500,resizable=no');
                                        }
                                    </script>
                                    <a href="javascript:;" onClick="Open()">Search</a>



I want to pass a string value to my SearchBOM.aspx page, which i'll enter in a TextBox.
I tried using Session variables, but i found out on net that i can't use sessions in client side code.
Then i used HiddenField for the purpose but still it didn't helped me.

Now i want to try for QueryString option.
I know i have to pass it by putting '?' after pagename but it still giving me errors.

Am missing something? Can anybody help me?
Also i am using Content PAge and not a normal web page.

Thanks,
Nagendra.
AnswerRe: Problem in passing value to popup window Pin
Not Active1-Sep-09 23:34
mentorNot Active1-Sep-09 23:34 
GeneralRe: Problem in passing value to popup window Pin
nagendrathecoder2-Sep-09 0:08
nagendrathecoder2-Sep-09 0:08 
Questionhow we get only year of the system Pin
rummer1-Sep-09 22:40
rummer1-Sep-09 22:40 
AnswerRe: how we get only year of the system Pin
nagendrathecoder1-Sep-09 22:53
nagendrathecoder1-Sep-09 22:53 
GeneralRe: how we get only year of the system Pin
Christian Graus2-Sep-09 0:12
protectorChristian Graus2-Sep-09 0:12 
GeneralRe: how we get only year of the system Pin
sashidhar2-Sep-09 19:27
sashidhar2-Sep-09 19:27 
QuestionMemory allocation error in odbc driver + mysql data base Pin
rinku soni 231-Sep-09 22:04
rinku soni 231-Sep-09 22:04 
AnswerRe: Memory allocation error in odbc driver + mysql data base Pin
Abhishek Sur1-Sep-09 22:24
professionalAbhishek Sur1-Sep-09 22:24 
AnswerRe: Memory allocation error in odbc driver + mysql data base Pin
Christian Graus1-Sep-09 22:29
protectorChristian Graus1-Sep-09 22:29 
Questionscroll bar for gridview Pin
haleemasher1-Sep-09 21:06
haleemasher1-Sep-09 21:06 
AnswerRe: scroll bar for gridview Pin
Coding C#1-Sep-09 21:28
Coding C#1-Sep-09 21:28 
GeneralRe: scroll bar for gridview Pin
haleemasher1-Sep-09 21:40
haleemasher1-Sep-09 21:40 
AnswerRe: scroll bar for gridview Pin
Abhishek Sur1-Sep-09 21:38
professionalAbhishek Sur1-Sep-09 21:38 
AnswerRe: scroll bar for gridview Pin
Abhijit Jana1-Sep-09 23:11
professionalAbhijit Jana1-Sep-09 23:11 
Questionproblem in binding dropdown list in gridview footer rows Pin
Samarjeet Singh@india1-Sep-09 20:58
Samarjeet Singh@india1-Sep-09 20:58 
AnswerRe: problem in binding dropdown list in gridview footer rows Pin
Christian Graus1-Sep-09 21:13
protectorChristian Graus1-Sep-09 21:13 
GeneralRe: problem in binding dropdown list in gridview footer rows Pin
Samarjeet Singh@india1-Sep-09 22:48
Samarjeet Singh@india1-Sep-09 22:48 

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.