Hi sunakshi,Have a glance at this
http://www.rapidsnail.com/developer/...fficiency.aspx...
User Profile
Collapse
-
Leave a comment:
-
How to display fields from storedprocedure in ssrs2008?
hi all,
in my procedure i am returning only 3 fields...but in my ssrs(SqlServer Reporting Service)report i want to add additional fields and display values from procedure...how can i do that?any suggestions greatly welcome...Thank you... -
what i want is just tell me is there anything wrong in my procedure....Leave a comment:
-
actually still i am executing the stored procedure by giving proper values...but its returning null...when i run the queries individually in the procedure then i get the values...why the output parameters are not carrying/displaying the actual values..where the queries can...Leave a comment:
-
Thanx for the reply Mr.Rabbit...I am using 3 out parameters in the procedure..whic h should return the values based on the mailbox option...how to return the output parameters values?Leave a comment:
-
output parameters are not returning the values
this is my prcoedure...
...Code:ALTER PROCEDURE test @fromdate as varchar(50), @todate as varchar(50), @mailbox as varchar(25), @open as int output, @close as int output, @queue as int output AS BEGIN IF(@mailbox='HelpDeskOSA') BEGIN select @open=count(*) from esinet_dbo.HelpDesk1 where Mailbox=@mailbox -
Html table not displaying the Second row
...Code:<table border="1" cellpadding="5" cellspacing="5" width="761"> <tr> <td width="149"> <font color="#000000" size = "3"> <strong> Instructor Requ </strong> </font> </td> <td align="left"> <fontLast edited by Frinavale; Jul 27 '12, 07:51 PM. Reason: Please use code tags when posting code. Added indentation to code for readability. -
-
-
Try executing like this:
execute pro_name('email id','password', null);Leave a comment:
-
Try declaring the p_exists as out rather than "in out"..bcoz An OUT parameter is initially NULL. The program assigns the parameter a value and that value is returned to the calling program.Leave a comment:
-
EXEC PRO_GET_SYSTEM_ IsValidUser('em ailid','passwor d')
because password also charcter type so u should declare that within single codes...
just try this bharthi........ ......Leave a comment:
-
How to bind data into dropdownlist in asp.net mvc?
hai all
i am developing a new mvc3 application..in that i have to bind constant values to dropdownlist in view...i dn't know how...anyone can guide me..thanx in advance... -
can you post the screenshots so that it will give clear idea...Leave a comment:
-
http://stackoverflow.com/questions/2...e-from-asp-net
follow the link..it may give the solution..Leave a comment:
-
I found the solution for my query in the following link...
http://www.daniweb.com/software-deve...cedure-using-cLeave a comment:
-
how to pass table name as parameter in stored procedure in sql?
hai all
can anyone explain me how to pass the tablename as parameter in storeprocedure. .thanx in advance........ -
raghurocks started a topic Unable to find the requested .Net Framework Data Provider. It may not be installed.in ASP ClassicUnable to find the requested .Net Framework Data Provider. It may not be installed.
hai all
when i am running my asp.net mvc application,i am getting the following error...Any idea..thanx in advance.. -
if you use System.Diagnost ics.Process.Sta rt(FilePath) then that file will be opend automatically.. ....i think this will solve ur problem..Leave a comment:
No activity results to display
Show More
Leave a comment: