Click here to Skip to main content
15,892,768 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Master Page problem Pin
Gretna16-Oct-08 1:27
Gretna16-Oct-08 1:27 
GeneralRe: Master Page problem Pin
Paddy Boyd16-Oct-08 4:16
Paddy Boyd16-Oct-08 4:16 
GeneralRe: Master Page problem Pin
Gretna16-Oct-08 4:32
Gretna16-Oct-08 4:32 
GeneralRe: Master Page problem Pin
Paddy Boyd16-Oct-08 4:34
Paddy Boyd16-Oct-08 4:34 
GeneralRe: Master Page problem Pin
Gretna16-Oct-08 4:42
Gretna16-Oct-08 4:42 
GeneralRe: Master Page problem Pin
Gretna16-Oct-08 5:01
Gretna16-Oct-08 5:01 
QuestionOWC ChartSpace object to Excel Pin
Krishnaraj Barvathaya B15-Oct-08 22:45
Krishnaraj Barvathaya B15-Oct-08 22:45 
QuestionShow html page's rows in iframe Pin
chandramohan8315-Oct-08 22:42
chandramohan8315-Oct-08 22:42 
i am sending my question in details:
i have page that is Nutritions.aspx that contain following link
<table>
<tr>
<td>
<a href="Html/NutritionsDetails.htm" target="Alfalfa">Seeds</a><br />
<a href="Html/NutritionsDetails.htm" target="Alfalfa">Leaves</a><br />
</td>

<td>
<iframe id="Alfalfa" name="Alfalfa" width="500" height="500" scrolling="no"> </iframe>
</td>
</tr>
</table>

::i am showing my result into iframe or i am showing the nutritiondetails.html
in iframe it is showing the whole page if i click on seeds obviously it will show.but i want if i will click on seeds then the first row with rowid seeds should only shown not the other rows are shown.likewise if will click on
another leaves link then leaves only leaves row of html page should shown not the other row of NutritionsDetails.htm should.

so please help me it Urgent!

In NutritionsDetails.htm: I have following details

<table width="50%" style="border:solid 1px #cc0001;margin-top:25px">
<tr id="seeds">
<td align="center">
<img id="img2" src="../Images/Fresh_Vegetables.jpg" Width="100px" />
<br/>
<img id="img1" src="../Images/Alfalfa Seeds 320 x 450.png" alt=""/>
</td>
</tr>

<tr id="leaves">
<td align="center">
<img id="img3" src="../Images/Fresh_Vegetables.jpg" />
<br/>
<img id="img4" src="../Images/Amarnath Leaves copy.jpg" alt=""/>
</td>
</tr>
</table>
QuestionGenerate chart in ASP.net, OWC or Interop.Excel Pin
Krishnaraj Barvathaya B15-Oct-08 21:12
Krishnaraj Barvathaya B15-Oct-08 21:12 
AnswerRe: Generate chart in ASP.net, OWC or Interop.Excel Pin
Sathesh Sakthivel15-Oct-08 21:18
Sathesh Sakthivel15-Oct-08 21:18 
QuestionAuto Register ActiveX component in classic ASP Pin
Anoop Unnikrishnan15-Oct-08 20:06
Anoop Unnikrishnan15-Oct-08 20:06 
Questionprice format Pin
meghamaharshi15-Oct-08 20:00
meghamaharshi15-Oct-08 20:00 
AnswerRe: price format Pin
jack_ajay15-Oct-08 20:25
jack_ajay15-Oct-08 20:25 
GeneralRe: price format Pin
meghamaharshi15-Oct-08 20:39
meghamaharshi15-Oct-08 20:39 
GeneralRe: price format Pin
sumit703415-Oct-08 21:17
sumit703415-Oct-08 21:17 
GeneralRe: price format Pin
jack_ajay15-Oct-08 23:08
jack_ajay15-Oct-08 23:08 
Questionjavascript error is getting while passing the string through vb code Pin
lakshmichawala15-Oct-08 19:52
lakshmichawala15-Oct-08 19:52 
GeneralRe: javascript error is getting while passing the string through vb code Pin
jack_ajay15-Oct-08 20:13
jack_ajay15-Oct-08 20:13 
GeneralRe: javascript error is getting while passing the string through vb code Pin
lakshmichawala15-Oct-08 20:37
lakshmichawala15-Oct-08 20:37 
GeneralRe: javascript error is getting while passing the string through vb code Pin
Sathesh Sakthivel15-Oct-08 21:01
Sathesh Sakthivel15-Oct-08 21:01 
GeneralRe: javascript error is getting while passing the string through vb code Pin
lakshmichawala16-Oct-08 0:05
lakshmichawala16-Oct-08 0:05 
QuestionThe HTTTP POST using https is not working. Pin
Rajiya15-Oct-08 19:42
Rajiya15-Oct-08 19:42 
QuestionSetting Focus for textbox Pin
Sam.M15-Oct-08 19:03
Sam.M15-Oct-08 19:03 
AnswerRe: Setting Focus for textbox Pin
jack_ajay15-Oct-08 20:10
jack_ajay15-Oct-08 20:10 
GeneralRe: Setting Focus for textbox Pin
Sam.M15-Oct-08 20:32
Sam.M15-Oct-08 20:32 

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.