Dear All,
In my project, I have maintaining the request details which has inputted by some user. This request can be view/edit by the same user/ his manager(superio r) also.My condition is The requset can able to open at any one end either that user or his superior(manage r).
At this scenerio, How i have to maintain the data in the application. Which control i have to use? Can i use Row level Locks? Please advice ...
User Profile
Collapse
-
How to use a lock the data in .NET
-
hi,
the primary key column does n't allow nulls value. So you have to insert the values in the column using insert query... -
How to make deployment in VB.NET
hai,
I have done VB.net application by the functionalities of export the word documet. Its working fine in the developemnt machine. During the developemnt , i have added the MICROSOFT.OFFIV E.WORD.INTEROP is added.
I need to install in the clinet machine. How to make a setup with this com refrence file.
I need some hurry. Plz help me.
Thanks -
thanks for yr reply..
I have bind the textbox through javascript.. So it didnt fire the onchange event even the date is changed in my textboxLeave a comment:
-
Which TextBox Event i write afunction in javascript
Hai to everybody,
I have done a javascript calender in my aspx page..
when a calender image clicks, the datevalue is bind to the textbox near the calender in my page..
its works fine.. After when a date is changed in Textbox, i would do some function...
i dont know which textbox event can write the function.. Plz anybody help me..
before i have tried on OnBlur... -
Export a Excel Sheet From Gridview
How to Export a Excel Sheet From Grid view data -
In Which event I have to enable and diasble the buttons
Hai to everybody,
I have maintained the user rights in my application. when the user logins the application, user right has maintained as session variable.
according to session variable , i have to enable / disable the buttons in
my page.. i have done at Page_Load Event. but its not worked successfully.. So in which event i call a function..
Could u anybody help me plz?
thanks... -
Sorry , i cant get your problem ,, explain clearly with your codeLeave a comment:
-
How To print The Images In asp.net
Code:HttpContext.Current.Response.OutputStream.Write(b, 0, b.Length);
Code:HttpContext.Current.Response.Write("<script>window.print();</script>");
-
Crystal report problem
I will creating a crystal report in web application..
i have designed a .rpt file. i want to craete the report using bound dataset but the crystalreport object name was not get in the .aspx page .. where is the problem occured?. plz help me .. -
PageIndexChanging in Gridview
In my form, the gridview is bind , according to my selectedvalue in dropdownlist
How can do paging in gridview using the pageindexchangi ng event for this condition.. please hwlp me -
When im Using like that , i got the error
If @prodid<> 0 then
exec Sp1
else
exec Sp2
Thanks for your ReplyLeave a comment:
-
ok thanks .. it works very well if not use the Then Keyword in Stored procedure
For example
Create Procedure Sp_test
@podtlsid numeric(9)
as
If @podtlsid <> 0
Update Po_Pending_Trn set Pending_Status= 'Cleared' where Po_Dtls_Trn_Fk= @podtlsid
else
Update Po_Pending_Trn set Pending_Status= 'NotCleared' where Po_Dtls_Trn_Fk= @podtlsid
go
...Leave a comment:
-
IF condition in Stored Procedures
How to use the if condition in stored Procedures..
i.e. if the parameter value is null , it executes the one stored procedure
otherwise it executes the other one.
is it possible in stored procedures..
Thanks in advance -
-
Query:
Code:string query = "insert into print_details (Printed_date, Printed_time, User_login, Printer_name, IP_address, Document_name, Total_pages) values('+ date() +', '+ time() +' , '" + m_owner + "', '" + m_Drivername + "', '" + ip_address.ToString + "', '" + m_Documentname + "','" + m_TotalPages + "' )";
ERROR:
[HTML]Error2...Leave a comment:
-
Sql string in C#
HAi ,
IN C#.NET , i wtite a query in string type variable SQL . But the + or & operator is not supported in string values .. this is my exception while starts the project.
In vb.net , it is working well .. whats the error. im the newbie to C#.net -
The exe file in not running in the task manger.
you arr not understand about my problem. when i click the start button , the error was occured directly.even not going to debug .
IN the program , when did the running path was written ? i dont know .. also i need to output in .txt file not in .exe file ,.. wat are the replacements i have do in my code. plz help me , thanks for yr replyLeave a comment:
-
Windows startup program problem
I want to run a windows startup program.
here my code:
Code:[CENTER] Public Declare Function RegCloseKey Lib "advapi32.dll" (ByVal Hkey As Long) As Long Public Declare Function RegCreateKey Lib "advapi32.dll" Alias "RegCreateKeyA" (ByVal Hkey As Long, ByVal lpSubKey As String, ByVal phkResult As Long) As Long Public Declare Function RegDeleteKey Lib "advapi32.dll"[/]
-
Ok thank u very much.
Yet im not found another solution . i want to always run the projrct at backend . so how can i doLeave a comment:
No activity results to display
Show More
Leave a comment: