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

ASP.NET

 
GeneralRe: Compilation error in a published page Pin
tonymathewt23-Oct-07 19:44
professionaltonymathewt23-Oct-07 19:44 
QuestionCreating xslt file from byte array Pin
Malayil alex22-Oct-07 1:35
Malayil alex22-Oct-07 1:35 
AnswerRe: Creating xslt file from byte array Pin
Guffa22-Oct-07 3:11
Guffa22-Oct-07 3:11 
Questionfreeze the distance between columns in grid view control Pin
kuchipudisubhash22-Oct-07 1:33
kuchipudisubhash22-Oct-07 1:33 
AnswerRe: freeze the distance between columns in grid view control Pin
M LN Rao22-Oct-07 2:27
M LN Rao22-Oct-07 2:27 
QuestionLinks in Placeholder Pin
.NET- India 22-Oct-07 1:22
.NET- India 22-Oct-07 1:22 
AnswerRe: Links in Placeholder [modified] Pin
Spunky Coder22-Oct-07 1:33
Spunky Coder22-Oct-07 1:33 
GeneralRe: Links in Placeholder Pin
.NET- India 22-Oct-07 2:48
.NET- India 22-Oct-07 2:48 
First of All Thnx for ur solution but still i have a problem actually i'm having only one linkbutton for the all the links being created. Now problem is How it would be understood which link being clicked

private void linkmonth_Click(object sender, EventArgs e)
{
Wht code i should write here when a link is clicked to display it's corresponding image
}

==================
Here below i'm putting my code plz try to understand


on Page Load call createTable1() function

public void createTable1()
{
Table table=new Table();
TableRow trRow;
TableCell tcCell1=null;

DataUtility dUT=new DataUtility();
string strsql="Select LinkName From AnmolTable Where Active=1";
DataTable dt=dUT.getDataTable(strsql);

int total=Convert.ToInt32(dt.Rows.Count);



for(int i=0;i<1;i++)
{
trRow=new TableRow();

//rowno=i+1;

for(int j=0;j
AnswerRe: Links in Placeholder Pin
taltal8122-Oct-07 1:33
taltal8122-Oct-07 1:33 
GeneralRe: Links in Placeholder Pin
.NET- India 22-Oct-07 1:36
.NET- India 22-Oct-07 1:36 
QuestionHow to adjust the size of the dropdownlist Pin
-rain-22-Oct-07 1:16
-rain-22-Oct-07 1:16 
AnswerRe: How to adjust the size of the dropdownlist Pin
John-ph22-Oct-07 1:46
John-ph22-Oct-07 1:46 
GeneralRe: How to adjust the size of the dropdownlist Pin
-rain-22-Oct-07 19:26
-rain-22-Oct-07 19:26 
Questiondir tag in form tag Pin
Sonia Gupta22-Oct-07 1:02
Sonia Gupta22-Oct-07 1:02 
AnswerRe: dir tag in form tag Pin
John-ph22-Oct-07 1:07
John-ph22-Oct-07 1:07 
GeneralRe: dir tag in form tag Pin
Sonia Gupta22-Oct-07 1:12
Sonia Gupta22-Oct-07 1:12 
GeneralRe: dir tag in form tag Pin
John-ph22-Oct-07 1:26
John-ph22-Oct-07 1:26 
AnswerRe: dir tag in form tag Pin
kapil bhatnagar22-Oct-07 1:08
kapil bhatnagar22-Oct-07 1:08 
AnswerRe: dir tag in form tag Pin
Spunky Coder22-Oct-07 1:12
Spunky Coder22-Oct-07 1:12 
GeneralRe: dir tag in form tag Pin
Sonia Gupta22-Oct-07 1:16
Sonia Gupta22-Oct-07 1:16 
GeneralRe: dir tag in form tag Pin
Spunky Coder22-Oct-07 1:22
Spunky Coder22-Oct-07 1:22 
AnswerRe: dir tag in form tag Pin
Guffa22-Oct-07 1:55
Guffa22-Oct-07 1:55 
AnswerAARRGGHHHH!!!!! Pin
Christian Graus22-Oct-07 1:21
protectorChristian Graus22-Oct-07 1:21 
GeneralRe: AARRGGHHHH!!!!! Pin
J4amieC22-Oct-07 2:09
J4amieC22-Oct-07 2:09 
AnswerRe: dir tag in form tag Pin
Guffa22-Oct-07 1:47
Guffa22-Oct-07 1:47 

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.