Click here to Skip to main content
15,895,606 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Autosave using Ajax in every 10 sec. with .Net Pin
Amit Agarrwal1-Sep-06 21:06
Amit Agarrwal1-Sep-06 21:06 
GeneralRe: Autosave using Ajax in every 10 sec. with .Net Pin
JimmyRopes3-Sep-06 4:39
professionalJimmyRopes3-Sep-06 4:39 
QuestionSite Publishing in search sites Pin
maximf23-Aug-06 18:25
maximf23-Aug-06 18:25 
AnswerRe: Site Publishing in search sites Pin
Boro_Bob23-Aug-06 23:09
Boro_Bob23-Aug-06 23:09 
QuestionHide titlebar of browser without fullscreen Pin
jagmit2023-Aug-06 7:40
jagmit2023-Aug-06 7:40 
AnswerRe: Hide titlebar of browser without fullscreen Pin
Paddy Boyd23-Aug-06 23:38
Paddy Boyd23-Aug-06 23:38 
GeneralRe: Hide titlebar of browser without fullscreen Pin
jagmit2024-Aug-06 7:22
jagmit2024-Aug-06 7:22 
Questionredirecting on hyperlink click in datagrid Pin
ElvenTrumpeter3623-Aug-06 6:24
ElvenTrumpeter3623-Aug-06 6:24 
I'm going to describe my propblem the best i can, i dont know how clear it will come out.

I have a page where i want to edit information i have in a data table. however, i first must search for the particular row i want to edit. To do this, i have a textbox where the user can enter "field1" and then click a button called "search" which redirects them to a search page. field1 is passed using response.redirect to a textbox on the search page. a datagrid is generated from the value inside the textbox. to my datagrid, i added a select hyperlink to choose a specific row from the table (for each "field1" there can be multiple rows). when i click the select hyperlink in the datagrid i want it to redirect back to the edit page, but this time with more than just one field. I would like it to redirect back with a value for field1 and field2 where field2 is the primary key of the data table and is used on the edit page to generate a datagrid.

my problem is that i can not get the hyperlink to pass two values. when i add the new column to my datagrid and choose it to be a hyperlink, i tried entering two datafields in the "get url form datafield" option. ex: field2,field1. for the "url format string" i used ~/edit.aspx?field2={0}&field1={0}. i think there is a flaw in my syntax because when this is executed by the page, the value passed for field2 and field1 are the same even though they should be different numbers.

If anyone could understand that, i'd appreciate any info either about my syntax or a better way to go about handleing my problem.
Thanks
AnswerRe: redirecting on hyperlink click in datagrid Pin
alexfromto24-Aug-06 6:43
alexfromto24-Aug-06 6:43 
GeneralRe: redirecting on hyperlink click in datagrid Pin
ElvenTrumpeter3624-Aug-06 8:25
ElvenTrumpeter3624-Aug-06 8:25 
QuestionFirefox - text zoom event? Pin
Dmitry Khudorozhkov23-Aug-06 1:18
Dmitry Khudorozhkov23-Aug-06 1:18 
QuestionHosting dot net site on WEB server / DOMAIN Pin
sandeep kumar pundhir22-Aug-06 19:54
sandeep kumar pundhir22-Aug-06 19:54 
AnswerRe: Hosting dot net site on WEB server / DOMAIN Pin
Paddy Boyd23-Aug-06 1:16
Paddy Boyd23-Aug-06 1:16 
QuestionExcel using ASP Pin
Geo S Neeliyara22-Aug-06 16:07
Geo S Neeliyara22-Aug-06 16:07 
QuestionASP ADO Variable Problem [modified] Pin
Soot22-Aug-06 10:22
Soot22-Aug-06 10:22 
GeneralRe: ASP ADO Variable Problem Pin
Guffa22-Aug-06 11:18
Guffa22-Aug-06 11:18 
GeneralRe: ASP ADO Variable Problem Pin
Soot23-Aug-06 4:26
Soot23-Aug-06 4:26 
Questionbanner rotator for html in html Pin
tetraso22-Aug-06 6:26
tetraso22-Aug-06 6:26 
AnswerRe: banner rotator for html in html Pin
User 171649222-Aug-06 10:05
professionalUser 171649222-Aug-06 10:05 
GeneralRe: banner rotator for html in html Pin
tetraso23-Aug-06 23:45
tetraso23-Aug-06 23:45 
GeneralRe: banner rotator for html in html Pin
User 171649225-Aug-06 1:58
professionalUser 171649225-Aug-06 1:58 
Questioncontext menu Pin
248912822-Aug-06 0:20
248912822-Aug-06 0:20 
AnswerRe: context menu Pin
Guffa22-Aug-06 6:00
Guffa22-Aug-06 6:00 
Questionis their any way to disable or hide only close button in titlebar of browser window Pin
jagmit2021-Aug-06 21:29
jagmit2021-Aug-06 21:29 
QuestionHeader and footer of web page Pin
Geo S Neeliyara21-Aug-06 15:58
Geo S Neeliyara21-Aug-06 15:58 

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.