Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamically adding value in drop down list of a Gridview Pin
Ballita8-Oct-07 22:15
Ballita8-Oct-07 22:15 
GeneralRe: Dynamically adding value in drop down list of a Gridview Pin
pmarfleet8-Oct-07 22:47
pmarfleet8-Oct-07 22:47 
QuestionProject documentation [modified] Pin
scicorp8-Oct-07 19:09
scicorp8-Oct-07 19:09 
QuestionTreeview in asp.net Pin
Sam_IN8-Oct-07 18:54
Sam_IN8-Oct-07 18:54 
Questionexternal javascript in content page Pin
mmm!@#8-Oct-07 17:49
mmm!@#8-Oct-07 17:49 
AnswerRe: external javascript in content page Pin
c#ivan8-Oct-07 21:41
c#ivan8-Oct-07 21:41 
GeneralRe: external javascript in content page Pin
mmm!@#9-Oct-07 2:44
mmm!@#9-Oct-07 2:44 
QuestionPosting values to asp website from asp.net master page form [modified] Pin
Md Arif8-Oct-07 5:56
Md Arif8-Oct-07 5:56 
I'm using a master page to build my individual pages. If you want post user input from my (asp.net)page to another asp page(is a another asp website which only accepts value get method in form)(Should Open up in new window).

I tried to post the values through the master page form.

This window gets opened up not only for required linkbutton, but also for all the events in the page which is not expected.

//In script block of master page
function Postvalues(link)
{

var CE = document.getElementById('aspnetForm');
CE.action = link;
CE.target = "_blank";
CE.submit();

}


'' Adding attribute to the content page to open the asp window by posting the values using the above javascript.
ctrl_amt.Attributes.Add("onClick", "javascript:Postvalues('www.somelink.asp');")

I would Appreciate your timely help.

Thanks
Mohamed


-- modified at 13:37 Monday 8th October, 2007
Questionget() set() methods Pin
66chawger8-Oct-07 5:26
66chawger8-Oct-07 5:26 
AnswerRe: get() set() methods Pin
Not Active8-Oct-07 7:25
mentorNot Active8-Oct-07 7:25 
QuestionPlease help me Urgent Pin
Suryanairg8-Oct-07 5:04
Suryanairg8-Oct-07 5:04 
AnswerRe: Please help me Urgent Pin
c#ivan8-Oct-07 5:06
c#ivan8-Oct-07 5:06 
GeneralRe: Please help me Urgent Pin
Suryanairg8-Oct-07 5:12
Suryanairg8-Oct-07 5:12 
AnswerRe: Please help me Urgent Pin
Scott Dorman8-Oct-07 8:46
professionalScott Dorman8-Oct-07 8:46 
AnswerRe: Please help me Urgent Pin
Christian Graus8-Oct-07 13:47
protectorChristian Graus8-Oct-07 13:47 
QuestionDisplay no image binary data Pin
c#ivan8-Oct-07 4:10
c#ivan8-Oct-07 4:10 
AnswerRe: Display no image binary data Pin
Pete O'Hanlon8-Oct-07 9:59
mvePete O'Hanlon8-Oct-07 9:59 
GeneralRe: Display no image binary data Pin
c#ivan8-Oct-07 11:00
c#ivan8-Oct-07 11:00 
AnswerRe: Display no image binary data Pin
Guffa8-Oct-07 12:28
Guffa8-Oct-07 12:28 
GeneralRe: Display no image binary data Pin
c#ivan8-Oct-07 21:22
c#ivan8-Oct-07 21:22 
QuestionFailed to createa a new WinHttpRequest Pin
DKScherpy8-Oct-07 4:08
DKScherpy8-Oct-07 4:08 
QuestionPbm: sqlexpress Pin
Priya S8-Oct-07 3:49
Priya S8-Oct-07 3:49 
AnswerRe: Pbm: sqlexpress Pin
Dhyanga13-Oct-07 20:32
Dhyanga13-Oct-07 20:32 
QuestionForce page to refresh every time Pin
Sohaib_pak8-Oct-07 3:44
Sohaib_pak8-Oct-07 3:44 
QuestionItem Template Data Item Pin
mpavas8-Oct-07 2:43
mpavas8-Oct-07 2:43 

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.