Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating frames in ASP.NET?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00769227
Message ID:
00769334
Vues:
14
Sorry for the quick send!

This was the code that was sending everything needed on the MAIN section:
string ptMake = MmDropDownList1.SelectedItem.Text ;
string ptModel = MmDropDownList2.SelectedItem.Text ;
string ptOpening = MmDropDownList3.SelectedItem.Text ;
int lco= (MmDropDownList2.SelectedIndex);
Models oModels = (Models)this.RegisterBizObj(new Models());
DataSet dsGetModels = oModels.GetModels(MmDropDownList1.SelectedItem.Text);
string ptPage = (dsGetModels.Tables["depindx"].Rows[lco]["pi_applpg"].ToString());
string ptOpeningNum = MmDropDownList3.SelectedIndex.ToString();
string strURL = String.Concat("PtoFrameSet.htm?ptoapp=", ptPage ,"&ptoMake=", ptMake,"&ptoModel=", ptModel,"&ptoOpening=", ptOpening,"&ptoOpeningNum=", ptOpeningNum );
Response.Redirect(strURL);

I have put PtoFrameSet.htm inplcae of ptos.aspx.

The Main section is bombing becasue it's lost all references to ptMake, ptModel, ptOpening and ptOpeningNum seems thay are not there.

any ideas?

TIA




>>Stephen,
>>
>>You can create a New Frameset page in the IDE by right-clicking the project, then choose Add New Item/Frameset.
>>
>>>I was just asked to do Top Frames for notes in this app.
>>>
>>>I see reference to a Frame object. Is there a way to set on in the IDE, or am going to the HTML section to put one in?
>>>
>>>TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform