Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: page load Pin
Gavaskar A12-Feb-07 18:41
Gavaskar A12-Feb-07 18:41 
Questionproblem with time out Pin
horus-aka12-Feb-07 2:00
horus-aka12-Feb-07 2:00 
AnswerRe: problem with time out Pin
Kschuler12-Feb-07 8:58
Kschuler12-Feb-07 8:58 
QuestionProblem of modal dialog box Pin
MissionSuccess12-Feb-07 1:41
MissionSuccess12-Feb-07 1:41 
AnswerRe: Problem of modal dialog box Pin
Sandeep Akhare12-Feb-07 2:05
Sandeep Akhare12-Feb-07 2:05 
GeneralRe: Problem of modal dialog box [modified] Pin
MissionSuccess12-Feb-07 2:20
MissionSuccess12-Feb-07 2:20 
GeneralRe: Problem of modal dialog box Pin
Sandeep Akhare12-Feb-07 2:27
Sandeep Akhare12-Feb-07 2:27 
GeneralRe: Problem of modal dialog box Pin
MissionSuccess12-Feb-07 2:47
MissionSuccess12-Feb-07 2:47 
Sir I have two tables Product_mast and Product_Det
Both the tables have a common field Product_Id.Also Product_Id is the primary key in the Product_Mast table.

Now more than one products may have same name(like Colgate100Gms,Colgate200Gms).When i Will write Colgate and search,it will show me the details of both products in a Htmltable
and i can update any of them because i have a edit button in last column of every row.

Upto this i have done.

Problem arises when i m clicking on the search button.
On click of the search button a i have called a javascript function

btnSearch.Attributes.Add("onclick", "poponload();")

poponload() is a javascript function.Which opens the modal page.

function poponload()
{
testwindow= window.open ("frmSearchProdCondition.aspx", "mywindow","location=1,status=1,scrollbars=1,width=950,height=400");
testwindow.moveTo(40,170);
}

Now in frmSearchProdCondition.aspx page i m receiving the name of the product in a textbox and sending it to the next page where i want to show the result in a htmltable.

on click of OK button in modal i m closing the current modal and redirects to the next page which is showing me the result..

The size of my modal is width=950,height=400...............

funny thing happens when i m closing the modal and redirecting to the next page

it opens in the same height and width......

I want to close the modal and open a normal window...


Hope now u understand my problem..
QuestionHow do i do this??? Pin
www.Developerof.NET12-Feb-07 1:33
www.Developerof.NET12-Feb-07 1:33 
AnswerRe: How do i do this??? Pin
varshavmane12-Feb-07 2:10
varshavmane12-Feb-07 2:10 
Questionasp.net 2.0 + c# Pin
ritu432112-Feb-07 1:16
ritu432112-Feb-07 1:16 
AnswerRe: asp.net 2.0 + c# Pin
Sandeep Akhare12-Feb-07 2:31
Sandeep Akhare12-Feb-07 2:31 
AnswerRe: asp.net 2.0 + c# Pin
Andrei_KS12-Feb-07 21:43
Andrei_KS12-Feb-07 21:43 
QuestionLast Accessed Date and Time. Pin
Logup12-Feb-07 1:12
Logup12-Feb-07 1:12 
AnswerRe: Last Accessed Date and Time. Pin
robert11012-Feb-07 6:26
robert11012-Feb-07 6:26 
QuestionExtending Role Provider in ASP .NET 2.0 Pin
Zlatibor12-Feb-07 0:22
Zlatibor12-Feb-07 0:22 
QuestionDisplaying a record per day Pin
Logup11-Feb-07 23:46
Logup11-Feb-07 23:46 
AnswerRe: Displaying a record per day Pin
Blue_Boy11-Feb-07 23:51
Blue_Boy11-Feb-07 23:51 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:01
Logup12-Feb-07 0:01 
GeneralRe: Displaying a record per day Pin
Christian Graus12-Feb-07 0:03
protectorChristian Graus12-Feb-07 0:03 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:15
Logup12-Feb-07 0:15 
GeneralRe: Displaying a record per day Pin
Blue_Boy12-Feb-07 0:18
Blue_Boy12-Feb-07 0:18 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:33
Logup12-Feb-07 0:33 
GeneralRe: Displaying a record per day Pin
Blue_Boy12-Feb-07 0:44
Blue_Boy12-Feb-07 0:44 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:51
Logup12-Feb-07 0:51 

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.