Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:790490
More Search Options
RSS Available
Matching Posts
Re: Instead of sever.MapPath in asp.net anything in windows application for C#.net????
AppDomain.BaseDirectory returns current application assembly directory path.
Posted to
Free For All
(Forum)
by
teribium
on 4/2/2008
Re: SQL query to one column od database into two columns
Below query should resolve your problem..... SELECT CourseID, COUNT (SkillTypeID) SkillCount, 'Primary' SkillType FROM EmpSkill GROUP BY CourseID, SkillTypeID HAVING SkillTypeID = 1 UNION SELECT CourseID, COUNT (SkillTypeID) SkillCount, 'Secondary' SkillType FROM EmpSkill GROUP BY CourseID, SkillTypeID HAVING SkillTypeID = 2 Please, let me know, if this is not you are exactly looking for.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
teribium
on 3/27/2008
Re: Stored procedure?
Hi, I wish I could test this query but hope this gets you closer to solution. SELECT a.forum_sub_topic_id, a.quest_no, a.question, a.question_description, a.question_raised_by, a.question_raised_date, b.forum_sub_head, CountQuestion.Expr2 NumberOfQuestion FROM FORUM_QUESTIONS a INNER JOIN FORUM_SUB_MASTER b ON a.forum_sub_topic_id = b.forum_sub_topic_id LEFT OUTER JOIN ( SELECT MAX (a.question_raised_date) Expr1 FROM FORUM_QUESTIONS a INNER JOIN FORUM_SUB_MASTER b ON a.forum_sub_topic_id = b.forum_sub_topic_id
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
teribium
on 3/19/2008
Re: Web application project or Web site project which is "better"?
Visual Studio 2005 Website Projects (which is a default project type) is not recommended for big size and long term maintenance project. Instead Web application projects should be created. However the prerequisite is that you would need to install Visual Studio 2005 Service Packs 1 and other patches to be able to create web application projects. Here are some links on the same references http://msdn2.microsoft.com/en-us/library/aa730880.aspx http://weblogs.asp.net/scottgu/archive/2006/05/08/445742
Posted to
VS 2005 Web Application Projects
(Forum)
by
teribium
on 3/14/2008
Filed under: WebSite Vs Web Application Project
Re: Really stupid javascript question ;)
Try this one This worked for me.. < script type= "text/javascript" language= "javascript" > function ChangeNextDueDate() { var ans = confirm('Are you sure you wish to change this date?'); alert(ans);//Check the value of ans if (ans == true) // no single quote { alert("In IF Section"); //Check if you realy entered in if condition. __doPostBack('ctl00$WebFormContent$ctl05$NextDueDate',''); } return false; } </ script > < body >
Posted to
Client Side Web Development
(Forum)
by
teribium
on 3/13/2008
Page 1 of 1 (5 items)
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online