hw to get data in a same page without redirecting
-
can any one help me in getting the data by clicking any particular button the respective data should be appeared in a frame.
-
can any one help me in getting the data by clicking any particular button the respective data should be appeared in a frame.
What I understood from your point, you want to show some data in Iframe on button click. As I frame is a different page, you can pass the data easily by Query String. Like on Button Click
Response.Redirect("/Test.aspx?id=10&name=abc");
and You set the
IFrame
Target with Test.aspx and on that page Load, you can easily read those data and can display on the page, Hope this will help you !! -
can any one help me in getting the data by clicking any particular button the respective data should be appeared in a frame.
AJAX allows you to update portions of the page without interfering with the whole
I know the language. I've read a book. - _Madmatt
-
can any one help me in getting the data by clicking any particular button the respective data should be appeared in a frame.
-
What I understood from your point, you want to show some data in Iframe on button click. As I frame is a different page, you can pass the data easily by Query String. Like on Button Click
Response.Redirect("/Test.aspx?id=10&name=abc");
and You set the
IFrame
Target with Test.aspx and on that page Load, you can easily read those data and can display on the page, Hope this will help you !!acc to my requiremnt i cant use i frame so am using frame set which is working i have a tree view in left side of my pge. while clicking any button of tree view i should get data in right of my frame. the full page shld not get redirected. The tree view and the buttons on shld be visible always. this is my prob. which code shld i use nw help me
-
Hi,I think you can get the data when some event happens. e.g. onmouseover event, onkeydown event...
acc to my requiremnt i cant use i frame so am using frame set which is working i have a tree view in left side of my pge. while clicking any button of tree view i should get data in right of my frame. the full page shld not get redirected. The tree view and the buttons on shld be visible always. this is my prob. which code shld i use nw help me. ya wen d event occurs it happens bt how to write the coding according to that am a fresher i dont have training. i want coding in VB
-
What is the problem you are facing?OnClick event of the button,you can fetch data and can show it on the page,where you want.
Cheers!! Brij
acc to my requiremnt i cant use i frame so am using frame set which is working i have a tree view in left side of my pge. while clicking any button of tree view i should get data in right of my frame. the full page shld not get redirected. The tree view and the buttons on shld be visible always. this is my prob. which code shld i use nw help me. hw to fetch the data and put in our selected place?.can v redirect the page in a single to other frame?
-
AJAX allows you to update portions of the page without interfering with the whole
I know the language. I've read a book. - _Madmatt
-
acc to my requiremnt i cant use i frame so am using frame set which is working i have a tree view in left side of my pge. while clicking any button of tree view i should get data in right of my frame. the full page shld not get redirected. The tree view and the buttons on shld be visible always. this is my prob. which code shld i use nw help me. ya wen d event occurs it happens bt how to write the coding according to that am a fresher i dont have training. i want coding in VB
Try this link it may help..! http://forums.asp.net/t/1287824.aspx[^] http://www.treeview.net/treemenu/demos.asp[^] http://www.treeview.net/treemenu/3fr_beenthere.html[^]
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
acc to my requiremnt i cant use i frame so am using frame set which is working i have a tree view in left side of my pge. while clicking any button of tree view i should get data in right of my frame. the full page shld not get redirected. The tree view and the buttons on shld be visible always. this is my prob. which code shld i use nw help me. hw to fetch the data and put in our selected place?.can v redirect the page in a single to other frame?
Then better if you use AJAX.Use update panel, to update the portion of the page that you want to update on the click event of the page. for sample of Updatepanels ,Have a look
Cheers!! Brij
-
Then better if you use AJAX.Use update panel, to update the portion of the page that you want to update on the click event of the page. for sample of Updatepanels ,Have a look
Cheers!! Brij
-
Is this not possible in asp.net? what if my seniors say that v shuld not use AJAX thn hw would be the solution?
sowjanya3 wrote:
what if my seniors say that v shuld not use AJAX thn hw would be the solution?
You have make them understood,that you will have to use AJAX else the whole page will get refreshed. One more way to use callback,But It's complex and creates problems sometimes.
Cheers!! Brij
-
acc to my requiremnt i cant use i frame so am using frame set which is working i have a tree view in left side of my pge. while clicking any button of tree view i should get data in right of my frame. the full page shld not get redirected. The tree view and the buttons on shld be visible always. this is my prob. which code shld i use nw help me
sowjanya3 wrote:
acc
sowjanya3 wrote:
pge
sowjanya3 wrote:
prob
sowjanya3 wrote:
shld
sowjanya3 wrote:
nw
Hi, Please do not use this kind of short from ( Chat Language ) while asking any question. Please ask the question in proper way so that every one can understand easily. Can you please rephrase your question, that you are looking for :confused: Thanks ! Abhijit
-
how we can do that? can u help me by giving sample coding? my main goal is as we click a button on left frame the data has to appeared on right frame