- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
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???
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????
IN C#::: i have a string string abc="40+40*4.2%+100" now how can i get the result????
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 …
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 …
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+'''' …
Hi i want to use "text" datatype to declare a variable in stored procedure. how can i do this???
Hi can we pass parameter to trigger??? if yes please give me an example...
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???
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!!!
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 …
The End.