Search:

Type: Posts; User: dot_net_help

Page 1 of 7 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,725

    jquery and datalist (north wind db)

    hi to all

    can any one suggest me how to do following

    bind datalist with customerid fron north wind database and when user click on customerid it show all orders in panel (using jquery) like...
  2. Replies
    3
    Views
    7,453

    Re: Jquery and database

    thanks

    can u suggest any tutorial related to it!!
  3. Replies
    3
    Views
    7,453

    Jquery and database

    hi all

    I wanted to use show slide show in jquery slider format ...I have database where one table hold all images

    i know how to get images from database but no idea how to move in slide format...
  4. Replies
    3
    Views
    779

    Re: flash action scritping 2004

    good if some one help me out on this...

    Thanks
  5. Replies
    3
    Views
    779

    Re: flash action scritping 2004

    can any one participate in forum ...

    Thanks
  6. Replies
    3
    Views
    779

    flash action scritping 2004

    hi to all

    please consider my problem asa soon possible

    i have one main applciation and two nested form in it ,form1 and form2

    and i have code liek this on main applciation form ...
  7. Replies
    4
    Views
    1,022

    Re: collapslable database driven rows

    coe is like thsi but it hide child rows of Ist parents only



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html...
  8. Replies
    4
    Views
    1,022

    Re: collapslable database driven rows

    thanks for reply and sugessting me
    can u make sample programmm .. i have already database driven code ..in thread
  9. Replies
    4
    Views
    1,022

    collapslable database driven rows

    Please refer follwoing code



    $result = mysql_query("select * from topic");


    echo "<div>";
    echo "<table>
    <tr>
  10. Replies
    10
    Views
    2,648

    Re: where clause in PHP /mysql

    thanks to all


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>...
  11. Replies
    10
    Views
    2,648

    Re: where clause in PHP /mysql

    thnaks for reply


    see my code
    $result = mysql_query("SELECT * FROM login where LoginID= '$username' and Password1= '$password' ");
  12. Replies
    10
    Views
    2,648

    where clause in PHP /mysql

    how can i pass vraiable in mysql i have folling code




    $username = $_REQUEST['username'];
    $password = $_REQUEST['password'];

    $result = mysql_query("SELECT *...
  13. Replies
    1
    Views
    511

    xml extracter

    hi all

    can any one help me how to get data from this xml file in text format


    <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <!-- Edited by XMLSpy®
    -->
    - <bookstore>
    - <book...
  14. Replies
    1
    Views
    3,074

    VS 2008 ajax error

    I have ajax control toolkit in bin folder ,i have win 7 inmy system but still i m getting this error ..please help

    Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies....
  15. Replies
    2
    Views
    537

    VS 2008 IPN working

    i have web site where i have certain amount to send for payment of regsitered users...for exmaple user resgitered for booking of rent home and need to pay for that

    can any one simply tell me how...
  16. Replies
    12
    Views
    3,523

    Re: xml to csv

    can u please make some chnages in code ..i m unable to get u
  17. Replies
    3
    Views
    3,309

    Re: gridview inside datalist

    <asp:DataList ID="DataList1" runat="server" Width="200%">

    <ItemTemplate>
    <asp:GridView AllowPaging=True ID="GridView1" runat="server"
    ...
  18. Replies
    3
    Views
    3,309

    gridview inside datalist

    i have gridview in datalist and gridview have one column like this

    <asp:ButtonField ButtonType=Image CommandName=select ImageUrl="~/images/emailsend.gif" HeaderText="abc" />

    now i want if...
  19. Replies
    12
    Views
    3,523

    Re: xml to csv

    here is the file

    C:\Users\abc\Documents\Visual Studio 2008\Projects\XmltoCSV\XmltoCSV
  20. Replies
    4
    Views
    529

    Re: get month and year and day in query

    it should be like thi s??

    DECLARE @VariableName datetime

    set @VariableName = SELECT DISTINCT DATEADD(day, 0, DATEDIFF(day, 0, starttime)) as date FROM table

    this giving me error ..
    ...
  21. Replies
    4
    Views
    529

    get month and year and day in query

    i have following query


    SELECT DISTINCT DATEADD(day, 0, DATEDIFF(day, 0, starttime)) as date FROM table

    and these me return like this

    2011-02-03 00:00:00.000
  22. Replies
    12
    Views
    3,523

    Re: xml to csv

    here isthe exception

    Could not find file 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\users.xml'.
  23. Replies
    12
    Views
    3,523

    Re: xml to csv

    protected void Page_Load(object sender, EventArgs e)
    {
    //using (CsvWriter writer = new CsvWriter("users.csv"))

    using (CsvWriter writer = new...
  24. Replies
    12
    Views
    3,523

    Re: xml to csv

    ok great ,now its expecting me to have xml file on this lcoation

    C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE

    and it give expection..

    although i have file on follwoing lcoation...
  25. Replies
    12
    Views
    3,523

    Re: xml to csv

    i m folloing this link ,can u check



    ://www.csvreader.com/code/cs/xml_to_csv.php
  26. Replies
    12
    Views
    3,523

    xml to csv

    i have code
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Xml;...
  27. Replies
    3
    Views
    947

    Re: Telerik(sitefinity)

    so that means there is no older version available of Sitefinity (rather than 4.0) which can work on vs 2008 or sql server 2005
  28. Replies
    3
    Views
    947

    Telerik(sitefinity)

    if i need to work on http://www.sitefinity.com/ .which is CMs componemnt of TElerik ,so should i move to(installed) vs 2010 .right now i have vs 2008 installed on my system..

    b/c i saw on net...
  29. Replies
    3
    Views
    624

    64 or 32 bit hardware

    how to check hardware that you are using Is 32 bit or 64 bit?
  30. Thread: Dnn

    by dot_net_help
    Replies
    9
    Views
    1,241

    VS 2005 Re: Dnn

    ok ,fin do u think that http://www.dotnetnuke.com/Resources/...4/Default.aspx will work fine if i have sql server 2005 and vs 2008??
  31. Thread: Dnn

    by dot_net_help
    Replies
    9
    Views
    1,241

    VS 2005 Re: Dnn

    i m unable to find the screens under heading Step By Step: Changing Your Default Skin


    on link http://www.alentus.com/hosted-applications/dnntour/WebsiteChangeSkin.asp

    i installed microsoft...
  32. Thread: Dnn

    by dot_net_help
    Replies
    9
    Views
    1,241

    VS 2005 Re: Dnn

    i installed wpilauncher_n.exe on my system and extract folder DotNetNuke_Community_05.06.00_Install .can any one guide me how to move head .quite new to DNN

    i have win7 and VS 2008 and sql...
  33. Thread: Mvc

    by dot_net_help
    Replies
    1
    Views
    707

    VS 2008 Mvc

    i have vs 2008 ,so whilch file should i download(http://www.microsoft.com/downloads/en/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en) for mvc .

    need to start on mvc
  34. Replies
    15
    Views
    1,735

    Re: hwo to calculate dates between two dates

    yes i need all date b/w two dates .but it always give m invalidat dates

    14/10/2010 =start date
    22/10/2010 = enddate

    I need to print 14,15,16,17,18,19,20,21,22 ....

    Thanks
  35. Replies
    15
    Views
    1,735

    hwo to calculate dates between two dates

    is there any way to get all dates b/w two date for example

    14/10/2010
    22/10/2010

    so there are 9 days b/w two dates,i wanted to do it asp.net
  36. Replies
    3
    Views
    3,651

    VS 2008 Re: datedifference inclusive

    it still gives 0 rather than1
  37. Replies
    3
    Views
    3,651

    VS 2008 datedifference inclusive

    how to include date inclusive b/w two dates

    i have


    DateDiff(DateInterval.DayOfYear,date1,date2)

    i want if both date are same(say 12/2/2010,12/2/2010) it should give me 1 rather than 0 .
  38. Replies
    2
    Views
    2,930

    VS 2008 [RESOLVED] checkbox in gridview

    i have status field in database with value 1 or 0 ,if zero is coming from database i want that it an bind with gridview checkbox as checked other with unchecked without writing code behind

    or u...
  39. Replies
    3
    Views
    3,665

    VS 2008 Re: sql transaction

    no ,not specified by user see first region details enters by user and region id is created in Database automatically (auto generated primary field in table).means enter in region table and get the...
  40. Replies
    3
    Views
    3,665

    VS 2008 sql transaction

    here is the link where sql transaction is used http://www.aspnettutorials.com/tutorials/database/sql-transaction-csharp.aspx

    in this line

    myCommand.CommandText = "Insert into Region (RegionID,...
Results 1 to 40 of 270
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width