Search:

Type: Posts; User: newpat

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: ***Deleted***

    by newpat
    Replies
    0
    Views
    508

    ***Deleted***

    Please help delete this post, thanks!
  2. Re: [2005] Create an Application Pool in IIS 6.0 using C#

    Hi manuadoor,
    Did u find yr solution yet? I am facing this problem too.
  3. Replies
    7
    Views
    1,151

    VS 2005 Re: How can I make a exe just like activeX?

    Yup, I also have a concern on them because they can be embedded into a web form. But just a question, is it hard to do sth like "SQL SERVER 2005 report builder"?
  4. Replies
    7
    Views
    1,151

    VS 2005 Re: How can I make a exe just like activeX?

    Thx mendhak, I will have a look at this article.

    to gep13:
    As u know activex is only working on IE but not others browsers, so I consider this way should be cross-browsers solution on pop-up...
  5. Re: How can I copy a table from iframe to current-page table?

    OK cool, I didn't really think that jquery can do it before! Thx for yr help, cheers!
  6. Replies
    7
    Views
    1,151

    VS 2005 How can I make a exe just like activeX?

    How can I call exe which is made by vb.net and then my web site can use it as a link for opening. If user does not install it, the warning window will help u install the exe, just like report builder...
  7. Re: How can I copy a table from iframe to current-page table?

    OK, it works on firefox/ie8 but it is not working on ie 6 or 7 with error "invalid Arguments" in line 9. I think the second version of code should be worked! Does this method support ie 6/7?
  8. [RESOLVED] How can I copy a table from iframe to current-page table?

    it gives me an error of the following code:
    document.getElementById("frm").contentWindow.document.body.getElementById is not a function
    1. How can I get the table which id calls "asd"?
    2. How can...
  9. VS 2005 AutoCompleteExtender does not work when the prefixtext is number/integer

    I have just add the existing code(Default.aspx,AutoComplete.asmx and its AutoComplete.vb) from this example:
    http://www.asp.net/learn/AJAX-videos/video-122.aspx

    When I try to run this example, it...
  10. VS 2005 Re: conversion of a char data type to a datetime data type Error

    Oops, I find the solution here, I have installed .net2.0 b4 IIS server, and then now I have re-installed it and working perfectly~
  11. Replies
    1
    Views
    599

    VS 2005 ValidationSummary not working in IE7

    I find that when I am using the same asp.net web site and view it in different browser(IE6,Firefox3), that is working perfectly.It doesn't popup the red front message but it also can block the...
  12. VS 2005 [RESOLVED] conversion of a char data type to a datetime data type Error

    Dear all,
    I am using sql server 2005 and I have written a program which can select a date by using CalendarExtender. But the main point is when I am running the program in my pc, it is working...
  13. VS 2005 Re: Gridview with find control question

    Something I forgot to say...I have a RequiredFieldValidator in my gridview so I need to make the update link button being not causesvalidation...here is my adviced solution, create a save button and...
  14. VS 2005 Re: XmlDocument - How to handle nodes with no values

    I am also looking for this solution
  15. VS 2005 Re: Gridview with find control question

    Ya, it's working perfect!
    But the main function of when clicking the edit button, the target btnUpdate is not enable, is that one of the bug in asp.net?



    Protected Sub...
  16. VS 2005 Re: Gridview with find control question

    no, this gives out NullReferenceException, is there something wrong? but unless I can prove there is an object by using for loop
  17. VS 2005 Re: Gridview with find control question

    Thx for the advice!!
    but the debug tool tell me that CType(e.Row.FindControl("btnUpdate"), LinkButton).Enabled = False is NullReferenceException
    and even I change the code like

    ...
  18. VS 2005 [RESOLVED] Gridview with find control question

    Dear all,
    I can set all of the target button to disable, but I cannot change it to enable however I think my code must be right! Does anyone face the same question before?

    aspx


    <asp:GridView...
  19. VS 2005 Re: Cannot Update gridview with objectdatasources

    <asp:HiddenField ID="hfID" runat="server" Value='<&#37;# Bind("ID") %>'/>
    use this if u dun want to show out the ID but needs it to update row
  20. VS 2005 Re: Cannot Update gridview with objectdatasources

    I think this post is right
    http://geekswithblogs.net/mnf/archive/2006/09/01/89957.aspx
    But I hate to use table adapter beucase the connection string is not flexible to modify!
    But anyone can tell...
  21. VS 2005 Re: Cannot Update gridview with objectdatasources

    Thx for the replies! I have tried to put it out of my update panel and it is working fine...So I will find a good way to solve this problem with using updatepanel and give u guys the solution tmr.
  22. VS 2005 [RESOLVED] Cannot Update gridview with objectdatasources

    Dear all,
    I am using sql server, I have a select all method and it is working. But when i try to use the auto edit function in this grid view, after I press edit button and trying to update, it does...
  23. Replies
    6
    Views
    1,145

    VS 2005 Re: How to use Eval with javascript?

    code behind can add javascript??
    I am a Newbie in asp.net,RowDataBound is the way to write the javascript in the each of specific ItemTemplate?
  24. Replies
    2
    Views
    428

    VS 2005 loop through xml question

    <?xml version="1.0" encoding="utf-8" ?>
    <webroot>
    <home>
    <title>welcome</title>
    <intro>introduction xxxx</intro>
    <sponser>unit1</sponser>
    <supplier>omanto</supplier>
    ...
  25. Replies
    6
    Views
    1,145

    VS 2005 Re: How to use Eval with javascript?

    Thx for the reply, I am running it on my IIS server, the error is talking about
    Server tag cannot contain <&#37; ... %> structure
  26. Replies
    6
    Views
    1,145

    VS 2005 How to use Eval with javascript?

    <script type="text/javascript">
    function addSelectedCon(a){
    alert(a);
    }
    </script>
    <asp:HiddenField ID="ABCID"...
  27. VS 2005 Re: [urgent]BindingSource and BindingNavigator question

    I think I may use the old version of daabase, but how can I update my dataset so that matching the database table? I am using mysql, thx!
  28. VS 2005 [RESOLVED] BindingSource and BindingNavigator question

    halo all!! my program has been finished a year ago and then I didn't use it. but today I need to use it for some reason. I find it cannot be update when pressing the save button on BindingNavigator...
  29. Replies
    4
    Views
    5,708

    Re: Regex.Replace for single quote

    Ok, I know the the usage, just like the parameter of a statement, thx for help!
  30. Replies
    4
    Views
    5,708

    Re: Regex.Replace for single quote

    it's a real good method! I heart that b4(sth like databinding), but I dun know how to use it.
    why do u use 'like' instead of '=' in the statement?
  31. Replies
    4
    Views
    5,708

    [RESOLVED] Regex.Replace for single quote

    Hi all,



    string pattern = @"\'";
    Regex rgx = new Regex(pattern);
    String sql="";
    sql = "select * from TABLE_ where COLUMN_ like '%" + rgx.Replace(tbSearch.Text, "\\'") + "%'";

    It seems not...
  32. How do javascript to get the XML subchild in this case?

    <?xml version="1.0" encoding="UTF-8"?>
    <Students>
    <Student id="1">
    <Name>Peter</Name>
    </Student>
    <Student id="2">
    <Name>Paker</Name>
    </Student>
    <lang>
    <Student id="1">
  33. Re: what is the character encoding of vs2005/2008?

    Does anyone know?
  34. Replies
    4
    Views
    2,813

    Re: iframe set question

    I find the solution for ie, hope that will be useful for all of u

    Main.html


    <body>
    <iframe name=frm1 src="select.php"></iframe>
    <iframe name=frm2 ...
  35. Replies
    4
    Views
    2,813

    Re: iframe set question

    So..does that anyway can get the option value in iframe set?
  36. Replies
    4
    Views
    2,813

    [RESOLVED] iframe set question

    function setFac(){
    document.getElementById('FacID').value=...
  37. Re: what is the character encoding of vs2005/2008?

    I thought mssql cannot save chinese character or utf-8/big5 b4...I think it is wrong now.

    My webpage using charset=utf-8:
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  38. what is the character encoding of vs2005/2008?

    I use the program which is made by vs2008 C#.net to type the chinese character and then save to mssql database. I can successfully see the chinese in sql browser, but when I use php and using utf-8...
  39. [2005] How to save richtext box text into database?

    Dear all,

    happy valentine day:)
    I want to ask the situration is like that:
    here I have a text in a rich text box call welcome to my web page and user has pasted a picture. Can it be possible to...
  40. Replies
    2
    Views
    2,948

    Re: strtotime("now") question

    ah..sorry, I forgot to give my situation..:p
    Now, I save "2008-08-11 01:21:41" into a column which type is date.
    "select regdate from member"
    I will get the $starttime = "2008-08-11...
Results 1 to 40 of 387
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width