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

ASP.NET

 
Questionchild listview Pin
Tauseef A18-Nov-09 11:59
Tauseef A18-Nov-09 11:59 
QuestionUser Controls Pin
samir8018-Nov-09 11:17
samir8018-Nov-09 11:17 
AnswerRe: User Controls Pin
Abhishek Sur18-Nov-09 11:27
professionalAbhishek Sur18-Nov-09 11:27 
Questionwhen you have an example explain it properly please. Pin
macupryk18-Nov-09 10:26
macupryk18-Nov-09 10:26 
AnswerRe: when you have an example explain it properly please. Pin
Abhishek Sur18-Nov-09 10:57
professionalAbhishek Sur18-Nov-09 10:57 
GeneralRe: when you have an example explain it properly please. Pin
macupryk18-Nov-09 11:12
macupryk18-Nov-09 11:12 
GeneralRe: when you have an example explain it properly please. Pin
Abhishek Sur18-Nov-09 11:25
professionalAbhishek Sur18-Nov-09 11:25 
GeneralRe: when you have an example explain it properly please. Pin
macupryk19-Nov-09 1:03
macupryk19-Nov-09 1:03 
protected void DLThumbnails_ItemDataBound(object sender, DataListItemEventArgs e)
{
// if you selects the thumbnail then treat image as the primary image.
// SELECT [img_id], [img_title], [img_stream] FROM [tbl_images] where img_is_primary = 1
// There is only one priary image.

if ((e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem))
{
System.Web.UI.WebControls.Image ImgNewFullSize = (System.Web.UI.WebControls.Image)e.Item.FindControl("ImgNewFullSize");

==>this is where I don't know what to do? ImgNewFullSize.ImageUrl = "Handler.ashx?img_id=" + Eval("img_id") + "&" + "imagesize=F";

//imageRef.Attributes.Add("style", "filter:alpha(opacity=90);-moz-opacityBlush | :O .2;");
//imageRef.Attributes.Add("onmouseover", "javascript:makevisible(this,0);");
//imageRef.Attributes.Add("onmouseout", "javascript:makevisible(this,1);");


}
QuestionOnclick execute multiple functions mixed .net and javascript functions Pin
WizTAK18-Nov-09 10:06
WizTAK18-Nov-09 10:06 
AnswerRe: Onclick execute multiple functions mixed .net and javascript functions Pin
Abhishek Sur18-Nov-09 11:01
professionalAbhishek Sur18-Nov-09 11:01 
AnswerRe: Onclick execute multiple functions mixed .net and javascript functions Pin
PunkIsNotDead18-Nov-09 12:43
PunkIsNotDead18-Nov-09 12:43 
Questionlistview issue [modified] Pin
Tauseef A18-Nov-09 7:33
Tauseef A18-Nov-09 7:33 
AnswerRe: listview issue Pin
Abhishek Sur18-Nov-09 7:41
professionalAbhishek Sur18-Nov-09 7:41 
QuestionRe: listview issue Pin
Tauseef A18-Nov-09 12:02
Tauseef A18-Nov-09 12:02 
AnswerRe: listview issue Pin
Abhishek Sur18-Nov-09 23:13
professionalAbhishek Sur18-Nov-09 23:13 
AnswerRe: listview issue Pin
ranjan_namitaputra18-Nov-09 8:34
ranjan_namitaputra18-Nov-09 8:34 
Generallistview issue Pin
PunkIsNotDead18-Nov-09 10:00
PunkIsNotDead18-Nov-09 10:00 
GeneralRe: listview issue Pin
Tauseef A18-Nov-09 12:02
Tauseef A18-Nov-09 12:02 
QuestionDistributed Database Search Using Rest Web Services Pin
lavakusa p18-Nov-09 7:28
lavakusa p18-Nov-09 7:28 
AnswerRe: Distributed Database Search Using Rest Web Services Pin
The Man from U.N.C.L.E.18-Nov-09 8:07
The Man from U.N.C.L.E.18-Nov-09 8:07 
Questionhow to get the default printer name on client's computer using activx control (c#) Pin
swapnilekhe8718-Nov-09 3:56
swapnilekhe8718-Nov-09 3:56 
AnswerRe: how to get the default printer name on client's computer using activx control (c#) Pin
Abhijit Jana18-Nov-09 4:06
professionalAbhijit Jana18-Nov-09 4:06 
GeneralRe: how to get the default printer name on client's computer using activx control (c#) Pin
swapnilekhe8718-Nov-09 17:51
swapnilekhe8718-Nov-09 17:51 
AnswerRe: how to get the default printer name on client's computer using activx control (c#) Pin
Abhishek Sur18-Nov-09 4:25
professionalAbhishek Sur18-Nov-09 4:25 
Questioncan we connect Asp.Net to Tally Pin
lrsalunkhe18-Nov-09 1:42
lrsalunkhe18-Nov-09 1:42 

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.