Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached

12 Posted Topics

Member Avatar for u4umang2001

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???

Member Avatar for matricol
1
200
Member Avatar for u4umang2001

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????

Member Avatar for sebastian3
0
75
Member Avatar for u4umang2001

IN C#::: i have a string string abc="40+40*4.2%+100" now how can i get the result????

Member Avatar for corwing
0
151
Member Avatar for u4umang2001

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);") function is written in a seperate js file. this works in IE but not in Mozilla... plz give me the solution so that it …

Member Avatar for balajipdv
0
318
Member Avatar for u4umang2001

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 parameter/number to the stored procedure let it 10 then …

Member Avatar for srinunarra
0
83
Member Avatar for u4umang2001

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. now i want update table1 if(para1='' or para1= null) then 'update table1 set para2='''+@para2+''' and para3='''+@para3+'''' …

Member Avatar for dilipv
0
121
Member Avatar for u4umang2001

Hi i want to use "text" datatype to declare a variable in stored procedure. how can i do this???

Member Avatar for dilipv
0
101
Member Avatar for Corna
Member Avatar for u4umang2001
Member Avatar for u4umang2001
0
65
Member Avatar for u4umang2001

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 how can i do???

Member Avatar for u4umang2001
0
135
Member Avatar for u4umang2001

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 to do this using a stored procedure please help its urgent!!!

Member Avatar for serkan sendur
0
126
Member Avatar for u4umang2001

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 code (eg. 9E0039) it works in Mozilla fire fox also. What should i do so …

Member Avatar for SheSaidImaPregy
0
97

The End.