look every thing right
plz change code
sb = sb & "DELETE FROM BATCH_HEADERS WHERE BH_CUSTNUMB=" & "'" & CompanyCode & "';"
sb = sb & "DELETE FROM BATCH_DETAILS WHERE BD_CUSTNUMB=" & "'" & CompanyCode & "';"
sb = sb & "DELETE FROM BATCH_HEADERS_B ACKUP WHERE BHB_CUSTNUMB=" & "'"...
User Profile
Collapse
-
You can do one thing, create another CSS class for display image and assign that css class using javascript to datePickerLeave a comment:
-
Can you explain why you want operate Dataset using javascript ?
Do you want ot display Dataset Information in tabular format ?Leave a comment:
-
This function used to remove char from string Or you can use Trim function.
string boject.Replace( old char,new char);Leave a comment:
-
-
Query required more time to execute than Store procedure so prefare SP. Another thing you can right query using self join which make it more faster.Leave a comment:
-
which type of button you want to generate at runtime, "server" side or HTML control.
If you want to generate html button then using
var btn = document.create Element("input" );
btn.setAttribut e("type","Butto n");
btn.className ="css class name";
For server control
Button btn = new Button();Leave a comment:
-
Can you explain more, your description is not clear your requirement.Leave a comment:
-
But there is setting related to session time out in web.configLeave a comment:
-
-
-
I got your problem. you want to show icon as per user. If user is superadmin then icon should be superadmin and if user is administrator then icon is administrator
You have change sql query just pass true for superadmin and false for Administrator
and set visible = that column name for imagesLeave a comment:
-
Please useCode:...
I think it will help you to track problem
Code:string filePath = dlPath + "\\" + set+ "\\ThumbNail.jpg"; if (Directory.Exists(tmpDlPath) && File.Exists(tmpDlPath + fileName) && File.Exists(filePath)) { try { File.Move(tmpDlPath + fileName, filePath); } catch (Exception ex)
Leave a comment:
-
-
Or you can write Windows service which give the call to your application.Leave a comment:
-
You can use this one
<a .... onmouseover= " Window.status=' '; ">....</a>
Or we have other solution
<a href='#' onclick="javasc ript: window.location ='Your URL';">...</a>Leave a comment:
-
-
Can you submit code from your are calling MessageBox.show (...); This will help us to know your problem.Leave a comment:
-
I think, Price column should be text. And check new price in string if it exist thn do not update column otherwise update columnLeave a comment:
-
You can use Global variable define strTEST on page_load event
like this
Code:string strTEST ; protected void Page_Load(object sender, EventArgs e) { strTEST = "hell"; } public string ParallelMating(object o) { string s = Convert.ToString(o); //do stuff // You can use strTEST
Leave a comment:
No activity results to display
Show More
Leave a comment: