In Page_Load method or wherever applicable: String display = "Message to be displayed"; String javaScript = "<script language='javascript'>"; javaScript +=...
Hi Saiyad From the scenario you have described there is apparently no interaction between a web application and windows application. What is indeed there is...
HI all, i m wondering is there any way to debug stored procedure like v debug our vb.net /c# etc code. please advise .any ideas are most welcome.. Thanks Swati...
Thanks for everyone's suggestion-I went ahead and added a click event to a button which started the js script. That took care of it-thanks for everyone's...
i don't think we have any debugger but we can track the line where we are facing problem by executing SP by passing all the parameters we will get the line No....
function TestDate() { var workObj = document.getElementById("TextBox1"); if(workObj==null) { window.alert("Please use the calendar to select a date."); } else ...
try this: HYPERLINK "http://tinyurl.com/34gt5a"http://tinyurl.com/34gt5a Stephen Russell DBA / .Net Developer Memphis TN 38115 901.246-0159 "A good way to...
If I get you right then you should use TextBox1.AutoPostBack = false; Thank You MGZ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On...
I don't think that should work, you should add to onsubmit event a method that checks if the object having the current focus upon firing the event is you...
There is a Profiler90 in Sqlserver 2005 u can fix the Database name in that and run your Queries there so that you can find them hitting Your DB or NOT! With...
1) When I make an application using c# the file size is very small but when I run this application it will consume a lot of memory There is any way to...
Essam Mohammed Al-Naj...
esssam.najjar@...
Jan 6, 2008 5:39 pm
17329
You can try the second one J How to <http://support.microsoft.com/kb/316549> debug stored procedures in Visual Studio .NET If this also didn't help . then I...
You can use ngen tool . this is for native generator . this tool is installed with your framework C:\Windows\Microsoft.NET\Framework\v2.0.50727 . this will...
Hello, I have a database table and one of its fields is of the type DateTime. I'm writing a simple app that shows the contents of the table based on a date...
C#.NET ... but nevermind, DateTime variables are held in SQL Server as floating points with the pre decimal point values referencing the number of days since a...
Stewart Coombs
stewart.coombs@...
Jan 7, 2008 2:47 pm
17333
SELECT [DateTime], UserName, Operation, Data, Dongle FROM dbo.Logging_ OpAct WHERE CONVERT(DATETIME, [DateTime], 103) = '2007-10-26' SELECT [DateTime],...
Hi all, I have a class to act as the Data Access layer, that has a set of static methods and one static member variable, these functions communicate with the...
Hi, I am just giving the idea that came in my mind. Irrespective of the time stamp, we can just query on the date...like in your query if u want to get the...
Hi All I d like to have an idea about how to start webApplication Programming, what should i know? I am working in windows applications using vb ,c# .net, sql...
Hello, I just started working with ASP.NET which is Microsofts flavor of creating web apps. I have a computer science bachelor's degree, and I am now enrolled...
Hey, Can anyone please guide me to a right direction on how to save image file into a PDF format in .net using either vb or C# or in classic asp...what classes...