User Profile
Collapse
-
Why we have to use SQLXML
Why we have to use SQLXML approach, can’t ADO.Net do this job for us??. -
Why we have to use SQLXML
Why we have to use SQLXML approach, can’t ADO.Net do this job for us??. -
in my opinion u should define a class and then make a method to change the background color, and then access that method through extention objects and then u can even change the color at run time and can use for large files, without even writing bgcolor='xxxx' properties every time. -
in my opinion use the XSL choose to check whether this tag contains value or not if contains value then show else not. but u have to repeat for all the columns, suppose u have 10 columns, u cna do like this
<xsl:choose>
<xsl:when test="col1!=''" >
<xsl:value-of select="cols1" />
</xsl:when>
<xsl:when test="col2 !='' "> <!-- inside...Leave a comment:
-
File download Issue
i am writing a web based application using C# to download the files form Server. there is a problem, when i define the path like this
path = "C:\\inetpub\ww wroot\files\tem p";
it works fine
but when i use this
path = Server.MapPath( "temp");
it does not download the file and not gives any error but it shows blank page.can ianyone suggets why? -
-
Leave a comment:
-
use the System.Net.Sock ets namespace
http://www.codeguru.com/csharp/cshar...cle.php/c7695/
http://www.csharphelp.com/archives/archive133.html...Leave a comment:
-
Picture in Theme
i have designed a MASTER page,i am using 3 different themes, suppose red,green and blue and i want an image in the MASTER page, but it should be change by the change of the theme.ok there are some images that will be as a background of the div, i can handle them in the CSS, but what for the other images like Logos, how can i handle them in CSS or SKIN file? -
i got it, thnaks to GOD............ ............... ..
NavigateUrl='<% # "22.aspx?ri d=" + DataBinder.Eval (Container.Data Item,"AutoID")% >'Leave a comment:
-
HyperLink in .NET 1
i am using the Navigate Url property to set the value from Database suppose id, in Visual Studio 2.0 we can use this DataNavigateUrl Field="id"
and DataNavigateUrl FormatString="d etailspage.aspx ?id={0}" but how in 2003. I am trying this but it is not showing any value.
NavigateUrl='22 .aspx?id=<%(Dat aBinder.Eval(Co ntainer.DataIte m,"Autoid")%> '
can anybody suggest the solution... -
-
dorinbogdan,
what if i put the runat="server" then it will also be available on server. [tell me if i am wrong]Leave a comment:
-
checkbox and button in XSLT
how can i use the CheckBox and button controls inside XSLT and then to handle them from .aspx pages or html pages. is it possible -
checkbox and button in XSLT
how can i use the CheckBox and button controls inside XSLT and then to handle them from .aspx pages or html pages. is it possible -
HTML Button in Webservice
i am using an HTML button having attribute runat="server" in the XSLT file in the webservice and then i want to call a function from code behind file onClick event of the Button. but i need to Initialize like this..
private void InitializeCompo nent()
{
this.Button1.Se rverClick += new System.EventHan dler(this.Butto n1_ServerClick) ;
this.Load += new System.EventHan dler(this.Page_ Load);
... -
or this can help you. http://www.codeproject .com/useritems/WIndows_Service .aspLeave a comment:
-
you can use xp_sendmail from within SQL server which would be called on a trigger fired when the new entry is there (hosts probably wont give you permisssion)Leave a comment:
-
-
and also check this http://www.merlyn.demo n.co.uk/js-valid.htmLeave a comment:
No activity results to display
Show More
Leave a comment: