| Author: Bunty 22 Jun 2008 | Member Level: Diamond Points : 1 |
Hi, This code will work. If possible just elaborate your concept what you want to say. I didn't get what you say. Keep posting.
|
| Author: pradeep 23 Jun 2008 | Member Level: Silver Points : 2 |
Hey by mistake i could not post aspx file. first create test.aspx file
in cs file test.cs you have to bind datalist
public void Getnews() { . ...// bindNews from database ..
dtnews.datasouce= ds; dtnews.dataBind(); } Now i hope its clear.. it would workin in I6,7,MOZILA.
|