Forum: ASP.NET May 14th, 2008 |
| Replies: 1 Views: 473 string abc="40+40*4.2%+120";
how can i get the result???
means it should be computed as:::
double xyz=40+40*4.2%+120;
how this is possible???? |
Forum: ASP.NET Feb 18th, 2008 |
| Replies: 1 Views: 459 Hi All,
i have table with some fields. one of them is "ID".
now i want to update ID by a given number.
suppose i have 5 rows and the ID are 1,2,3,4,5.
now i want that i should pass a... |
Forum: ASP.NET Feb 13th, 2008 |
| Replies: 1 Views: 1,339 Hi
i want to use "text" datatype to declare a variable in stored procedure.
how can i do this??? |
Forum: ASP.NET Feb 13th, 2008 |
| Replies: 2 Views: 502 Hi
i am passing three parameters to my stored procedure.
now in stored procedure i want to execute the query on the basis of given condition.
suppose i m passing para1, para2 and para3.
... |
Forum: ASP.NET Feb 8th, 2008 |
| Replies: 2 Views: 1,093 you may try :::
treeid.CollapseAll(); |
Forum: ASP.NET Feb 8th, 2008 |
| Replies: 1 Views: 1,335 HOW TO PASS THE PARAMETERS TO TRIGGER???
DIRECTLY OR INDIRECTLY.....
HELP HELP HELP |
Forum: ASP.NET Feb 8th, 2008 |
| Replies: 1 Views: 1,335 Hi
can we pass parameter to trigger???
if yes please give me an example... |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 if i ll use "new c1f1()"
then wht is the benefit of defining the namespace???
it could be done without defining a namespace... |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 see:::::
==class1 code==
namespace ns1
{
public class c1
{
public c1()
{
} |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 see:::::
==class1 code==
namespace ns1
{
public class c1
{
public c1()
{
} |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 i have done that also...
but now how to call the function? |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 sorry
but i dint get u again... |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 here we are creating the object of the class, i guess so...
but i want to call the functions directly without declaring the object of that class.
see:
i have two classes named class1,... |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 sorry i dint get you...
==="class is user defined"===
i want to include the class
so that i can use the functions directly defining in that class...
without calling using the object of that... |
Forum: ASP.NET Feb 7th, 2008 |
| Replies: 16 Views: 926 Hi all
how to include more than one class
like we include one class as given below
public class ClsSection:connection
now i want to include one more class |
Forum: ASP.NET Feb 6th, 2008 |
| Replies: 6 Views: 2,447 |
Forum: ASP.NET Feb 6th, 2008 |
| Replies: 6 Views: 2,447 how can i show that message at my .aspx page??? |
Forum: ASP.NET Feb 6th, 2008 |
| Replies: 6 Views: 2,447 thanks
but i want to display the message also if email exists
then wht can i do for that??? |
Forum: ASP.NET Feb 6th, 2008 |
| Replies: 5 Views: 3,317 |
Forum: ASP.NET Feb 6th, 2008 |
| Replies: 5 Views: 3,317 Hi
i m working with ASP.Net, C#
i need to have an example of trigger
how to call it from C#, and how to execute??? |
Forum: ASP.NET Feb 6th, 2008 |
| Replies: 6 Views: 2,447 Hi
i want to insert the email into a table,
i pass the parameter to the stored procedure
if this email_id doesnt exists in the table
only then it should be inserted into the table...
how... |
Forum: ASP.NET Nov 13th, 2007 |
| Replies: 10 Views: 14,253 its ok and THANKS A LOT for that much assistance...
see u later with another problem :icon_wink:
till than bye and take care |
Forum: ASP.NET Nov 13th, 2007 |
| Replies: 10 Views: 14,253 if i write on the page
Page.RegisterClientScriptBlock("scriptcode","<script language=javascript src=\"scriptcode.js\"></script>");
Response.Write("<script>alert('hit');</script>");
it shows the... |
Forum: ASP.NET Nov 12th, 2007 |
| Replies: 10 Views: 14,253 Hi, i m using the following code but it is not working...
if(!Page.IsPostBack)
{
if(!Page.IsClientScriptBlockRegistered("scriptcode"))
{... |
Forum: ASP.NET Nov 8th, 2007 |
| Replies: 10 Views: 14,253 if i put that function ( which is written in a seperate js file) in the same file then it works...
i have included the js file also, but if this function is written in the js then it is not working,... |
Forum: ASP.NET Nov 7th, 2007 |
| Replies: 10 Views: 14,253 Hi
i want to bind a drop down list on the other drop down list selected index change event. i m using the following code---
ddlid.Attributes.Add("onchange","javascript:callfunction(this);")
... |
Forum: ASP.NET Nov 7th, 2007 |
| Replies: 2 Views: 1,421 Hi
This is Umang...
i m using background-color:"9E0039" in a stylesheet.css file
it is working in IE but not working in Mozilla fire fox. if i use the color name (eg. GREEN) instead of color... |