Search:

Type: Posts; User: mynameishide

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: new ListItem() { Text = "part1\n\rpart2", Value = "0" } ??

    Not..
  2. VS 2012 Re: Treeview cause Page_Load twice...why??

    Thank for your valuable time @sapator and @szlamamy.. my problem is now solved..
    :)
  3. VS 2012 Re: Treeview cause Page_Load twice...why??

    yes Page.IsPostBack always return false; not only at initial
  4. VS 2012 Re: Treeview cause Page_Load twice...why??

    page.ispostback is always false when page load event called.
  5. VS 2012 Re: Treeview cause Page_Load twice...why??

    Thank for replay.

    1.Below code not run if i remove runat="server" from <head>


    <script src="../js/jquery.cookie.js" type="text/javascript"></script>
    <link href="../css/tabcontent.css"...
  6. VS 2012 Re: Treeview cause Page_Load twice...why??

    error coming

    This page is missing a HtmlHead control which is required for the CSS stylesheet link that is being added. Please add <head runat="server" />.
    :blush:
  7. VS 2012 Re: Treeview cause Page_Load twice...why??

    I try it and found that problem is in head . if i remove
    id="Head1" runat="server" then it's hit one time only.
    but an another problem cumming that css link reference give problem.
  8. VS 2012 Re: Treeview cause Page_Load twice...why??

    Thanks for replay.

    After remove target=_"self" problem not solve. :(
  9. VS 2012 Re: Treeview cause Page_Load twice...why??

    :blush:
  10. new ListItem() { Text = "part1\n\rpart2", Value = "0" } ??

    How can insert new line in text of a Listitem?

    I tried below code but not work..

    new ListItem() { Text = "part1<BR/>\n\r part2", Value = "0" } ??
  11. Re: Client side state management for multipal page

    ok .. thanks for your time..
  12. Re: Client side state management for multipal page

    Thanks for replay..
    If i use of sql database and web service on every pageLoad then page loading time increase due to getting same data from sql database..
  13. [RESOLVED] Client side state management for multipal page

    1.Viewstate is only for single page
    2.querystring and cookies not i want to use

    is there any other option to use Client side state management for multipal page like viewstate encription.. ?
  14. VS 2012 [RESOLVED] Treeview cause Page_Load twice...why??

    Hi..

    I use a Treeview control like below code.. it cause page_load event twice.. how to stop page_load firing twice?




    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb"...
  15. VS 2013 Re: How to create instant of class by string object.

    Something like GetType() OR jaon.deserilization can do this ????
  16. VS 2013 Re: How to create instant of class by string object.

    no answer... :)
  17. VS 2013 How to create instant of class by string object.

    i need to create a instant of class by string value which store in hiddenfield.value()

    string str = "myclass1";

    var x = new <str>();
    or
    var x = new <hiddenfields1.value.tostring()>();
    ...
  18. Re: Calling Sql Server store procedure WITHOUT asp.net or any Server Scripting langua

    Actually as my requirement is i don't need to access html pages on multipal machine.. single pc which have all html pages and sql expresss will access. so pages is access by double clicking on html...
  19. Re: Calling Sql Server store procedure WITHOUT asp.net or any Server Scripting langua

    I asked this question bcoz i want to copy all html page and sql server express on client machine and don't want to consuming time on configure website on IIS ..

    Thank you all
  20. Calling Sql Server store procedure WITHOUT asp.net or any Server Scripting language.

    hi..

    i have a sql server store procedure which return json data.
    i want to get this data without help of .net framwork or php or any other server side language..

    So how make this possible to...
  21. How to write LINQ query for like, in, not in

    How to write linq which produce below sql syntax.


    1.select * from tbl1 where tbl1.id in (select id from tbl2)
    2.select * from tbl1 where tbl1.in like (1,2,3,4)

    Thank you.
  22. VS 2013 Re: [RESOLVED] Linq order by not working why

    works.. thank you :)
  23. VS 2013 Re: Linq order by not working why

    From r In tblRoles
    Join m In module_master On m.module_id Equals r.module_id
    Where Not r.role_name.ToUpper.Contains("OWNER") And Not r.role_name.ToUpper.Contains("CLIENT")
    distinct ...
  24. VS 2013 [RESOLVED] Linq order by not working why

    i use below code


    (From r In tblRoles
    Join m In module_master On m.module_id Equals r.module_id
    Where Not r.role_name.ToUpper.Contains("OWNER") And Not...
  25. How to change mouse cursor of windows (not form)

    can i change mouse cursor icon of windows default mouse cursor.. it is not for running vb form... also for windows application so that
    if i quit (end) program then cursor should not changed.

    plz...
  26. Replies
    14
    Views
    3,483

    Re: how to use vb6 dll in sql server 2012 ?

    it is very time consuming task to understand code of vb6 and convert it to .net..
  27. Replies
    14
    Views
    3,483

    Re: how to use vb6 dll in sql server 2012 ?

    yes but in my project i want to use same technique like CREATE ASSEMBLY for .net dll..
  28. Replies
    14
    Views
    3,483

    Re: how to use vb6 dll in sql server 2012 ?

    so is there is another technique where i can achive this task means calling vb6 dll from sql server..??
  29. Replies
    14
    Views
    3,483

    how to use vb6 dll in sql server 2012 ?

    i have create a dll in vb6 and want to call its method from sql server store procedure.

    i have try below code

    CREATE ASSEMBLY t
    AUTHORIZATION dbo
    FROM...
  30. Re: Can i use winsock control to listen a dynamic or static ip address

    thank you very much, I will try a bit with this code and see if it works. :)
  31. Re: Can i use winsock control to listen a dynamic or static ip address

    Thank for reply.. i have search sample code on google but not found.. if you have any reference of sample code then please share it..
  32. Can i use winsock control to listen a dynamic or static ip address

    hi.
    i want to develop screen share application over www. so
    it is possible to use winsock control to listen a dynamic or static ip address over world wide web.?
  33. how to use Pdf as flip book / page turning effect in asp.net

    how to use Pdf as flip book / page turning effect in asp.net ??
  34. Replies
    2
    Views
    643

    VS 2010 professional way to writing code

    For those programmer who work in small company don't know to follow workflow like a professional team follow in big company.

    So this is interesting to know that how to follow step by step best...
  35. VS 2010 Re: Server.GetLastError is nothing on page_ load of event ErrorPage="samepage.aspx")

    actually i m only authorized to code in page so i cant not modify web.config or golobal.asax or outside source of my page.
  36. VS 2010 Re: Server.GetLastError is nothing on page_ load of event ErrorPage="samepage.aspx")

    actually i m only authorized to code in page so i cant not modify web.config or golobal.asax or outside source of my page.
  37. VS 2010 Re: Server.GetLastError is nothing on page_ load of event ErrorPage="samepage.aspx")

    without make change in global.asax .. is there any another method to achive this logic ??
  38. VS 2010 Server.GetLastError is nothing on page_ load of event ErrorPage="samepage.aspx")

    Hi
    I have set ErrorPage="mypage.aspx" on my aspx page property.
    When error coming it properly redirect mypage.aspx
    but when i check server.getlasterror on page_load event then its return...
  39. VS 2010 Re: how to set sqlparameter list(of sqlparameter ) to a gridview??

    yes . ------------------------
  40. VS 2010 how to set sqlparameter list(of sqlparameter ) to a gridview??

    how to set sqlparameter list(of sqlparameter ) to a gridview??


    Dim l As New List(Of System.Data.SqlClient.SqlParameter)
    l.Add(New System.Data.SqlClient.SqlParameter("@name",...
Results 1 to 40 of 138
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width