Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17315 - 17344 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17315
In Page_Load method or wherever applicable: String display = "Message to be displayed"; String javaScript = "<script language='javascript'>"; javaScript +=...
Noman Aftab
noman17pk
Offline Send Email
Jan 2, 2008
1:49 am
17316
do you not think hidden variable may hlp you .. Noman Aftab <noman17pk@...> wrote: In Page_Load method or wherever applicable: String display =...
NIhal Singh
nihal777
Offline Send Email
Jan 4, 2008
2:43 pm
17317
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...
Vaibhav Sharma
callingvaibhav
Online Now Send Email
Jan 4, 2008
2:44 pm
17318
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...
Swati Saraswat
saraswat_swati
Offline Send Email
Jan 4, 2008
2:46 pm
17319
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...
ernestlipford
Offline Send Email
Jan 4, 2008
8:01 pm
17320
http://neosmart.net/blog/2008/redesigned-microsoft-website-to-use-silverlight/ _______________________________________________________________________________ ...
Zia Khan
ziaukhan1
Offline Send Email
Jan 4, 2008
8:01 pm
17321
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....
anugula ramakrishna
arkreddy16
Offline Send Email
Jan 4, 2008
8:01 pm
17322
function TestDate() { var workObj = document.getElementById("TextBox1"); if(workObj==null) { window.alert("Please use the calendar to select a date."); } else ...
ernestlipford
Offline Send Email
Jan 4, 2008
8:01 pm
17323
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...
Stephen Russell
lotmate
Offline Send Email
Jan 5, 2008
6:01 am
17324
Thanks Stephen i have tried the below link http://15seconds.com/Issue/050106.htm but its dosent help... Thanks Swati Stephen Russell <srussell@...>...
swati saraswat
saraswat_swati
Offline Send Email
Jan 5, 2008
7:14 am
17325
If I get you right then you should use TextBox1.AutoPostBack = false; Thank You MGZ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On...
Mahmoud Ghoz
moody253
Offline Send Email
Jan 5, 2008
8:57 am
17326
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...
realhossam
Offline Send Email
Jan 5, 2008
2:15 pm
17327
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...
daniel albert
albert_daniee
Offline Send Email
Jan 6, 2008
5:39 pm
17328
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@...
Send Email
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...
Mahmoud Ghoz
moody253
Offline Send Email
Jan 6, 2008
5:40 pm
17330
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...
Mahmoud Ghoz
moody253
Offline Send Email
Jan 7, 2008
12:25 am
17331
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...
Ian Munro
ianathome12345
Offline Send Email
Jan 7, 2008
12:54 pm
17332
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@...
Send Email
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],...
Nouman Zakir
nouman203
Offline Send Email
Jan 7, 2008
2:47 pm
17334
http://www.techcrunch.com/2008/01/06/microsoft-silverlight-gets-a-high-profile-win-2008-bejing-olympics/ ...
Zia Khan
ziaukhan1
Offline Send Email
Jan 7, 2008
3:39 pm
17335
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jan 7, 2008
4:53 pm
17336
If you ahven't already, try downloading SQL Books Online (it has LOADS of info that can help): ...
draykko@...
dracco555
Offline Send Email
Jan 7, 2008
7:48 pm
17337
SELECT DateTime, UserName, Operation, Data, Dongle FROM dbo.Logging_OpAct WHERE (DateTime = CONVERT(DATETIME, '26 October 2007', 102)) you must...
pian_christian_2003
pian_christi...
Offline Send Email
Jan 8, 2008
4:04 am
17338
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...
Radhika Sivva
sivva206
Offline Send Email
Jan 8, 2008
4:04 am
17339
Hello, Thank you for all your help. I now have my date filter working fine. Ian ________________________________ From: CSharpNET@yahoogroups.com...
Ian Munro
ianathome12345
Offline Send Email
Jan 8, 2008
6:06 pm
17340
Hey in the SQLQuery don't use convert use Cast('' as Datetime), this should solve the problem....
Rajasekaran
rajis10
Offline Send Email
Jan 8, 2008
6:07 pm
17341
paste class code for review johnsmith2797480@... wrote: Hi all, I have a class to act as the Data Access layer, that has a set of static methods...
Noman Aftab
noman17pk
Offline Send Email
Jan 8, 2008
6:07 pm
17342
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...
mee
me19741974
Offline Send Email
Jan 8, 2008
9:29 pm
17343
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...
Ronald Thompson
rthomp782005
Offline Send Email
Jan 8, 2008
10:32 pm
17344
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...
ASAD SYED
asadsyed786
Offline Send Email
Jan 10, 2008
7:51 pm
Messages 17315 - 17344 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help