Search

You searched for the word(s): userid:793400

Matching Posts

  • Query Needed

    Hi All, i am writing query like select subjects from subject table my output look like 1.Maths 2. Physics 3. English 4. Hindi now i want output like 1. Maths,physics,English,Hindi Thanks & Regards, Naresh.p
  • Ajax pop up Extender control problem

    Hi all, i am working on Ajax model pop up extender control. i am using Master page. in the login page. in login page i am using 2 model popup extender controls one is working another one not working . please suggest me. Thanks in Advance
    Posted to ASP.NET AJAX Control Toolkit (Forum) by suresh.pydi on 12/10/2009
  • Ajax pop up ectender problem

    Hi all, i am working on Ajax model pop up extender control. i am using Master page. in the login page. in login page i am using 2 model popup extender controls one is working another one not working . please suggest me. Thanks in Advance
    Posted to ASP.NET AJAX Control Toolkit (Forum) by suresh.pydi on 12/10/2009
  • Re: Ajax pop up Extender control problem

    <%@ Page Language="C#" MasterPageFile="~/dummyMaster.master" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" Title="Login" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <script type="text/javascript">
    Posted to ASP.NET AJAX Control Toolkit (Forum) by suresh.pydi on 12/10/2009
  • Ajax Tabpanel

    Hi all, i am using Ajax Updatepanel in my Project. i am writing the code in Tabcontrol_activecahnged event. it is Executed 2 Times . How to solve this problem . Thanks in Advance
    Posted to ASP.NET AJAX Control Toolkit (Forum) by suresh.pydi on 11/27/2009
  • Datetime

    Hi all, i want a Small Query for get the Records from the database based on Date. I want Today Records and After Today Records in database in desc Order. for Example Today Date is 11/10/2009 in my database 11-11-2009 11-11-2009 11-10-2009 11-10-2009 11-10-2009 11-10-2009 11-05-2009 11-03-2009 10-31-2009 10-31-2009 10-30-2009 10-30-2009 10-30-2009 10-30-2009 10-30-2009 10-07-2009 now i want only 11-11-2009 11-11-2009 11-10-2009 11-10-2009 11-10-2009 11-10-2009 Thanks in Advance
  • Hiding Repeted Values in Gridview Control

    Hi all. i have one result like below i am Showing in Gridview Control Name Categeory Date Syam OC 24/09/09 Syam OC 21/09/09 Syam Oc 26/09/09 now i want to show like below Name Categeory Date Syam OC 24/09/09 21/09/09 26/09/09 Any Suggestions Thanks For Your Reply Naresh.p
    Posted to Data Presentation Controls (Forum) by suresh.pydi on 10/26/2009
  • Convert Date time MM/DD/YYYY to DD/MM/YYYY

    Hi all, i am Retreving Date time in one webservice. in XML file Date time format is 09-22-2009. now i want to show date format like 22-09-2009. Thanks in Advance. Suresh.
    Posted to Web Forms (Forum) by suresh.pydi on 9/22/2009
  • Query Problem

    Hi All, I have one table in Ms Access like below S.no Subjectname ClassId ExamId 1 telugu 1 1 2 English 1 1 3 Hindi 1 1 4 Telugu2 1 2 5 English2 1 2 6 Hindi2 1 2 7 Telugu3 1 3 8 English3 1 3 9 Hindi3 1 3 now i want query Output like below showing table Subject1 Subject2 Subject3 Telugu1 English1 Hindi1 Telugu2 English2 Hindi2 Telugu3 English3 Hindi3 its very Urgent Thanks in Advance Regards Naresh.p
  • Re: Query Problem

    I am trying to Execute in ms sqlserver i got some of the Problems in Syntax. select t2 . Subjectname as Subject1 , t3 . Subjectname as Subject2 , t4 ( . Subjectname as Subject3 , select min [sno] SN , ExamId from subjectsssss group by ExamId ) t1 inner join subjectsssss t2 on t1 . SN = t2 . [sno] and t1 . ExamId = t2 . ExamId left join subjectsssss t3 on t1 . SN = t3 . [sno] + 1 and t1 . ExamId = t3 . ExamId left join subjectsssss t4 on t1 . SN = t4 . [sno] + 2 and t1 . ExamId = t4 . ExamId i got
Page 1 of 12 (112 items) 1 2 3 4 5 Next > ... Last »