Search:

Type: Posts; User: dnanetwork

Page 1 of 9 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    597

    caching not working

    hey,

    my caching not appears to working. pls help.
  2. VS 2008 Re: Regarding Google Single Signon

    i'm using google code. which is working fine on my machine and my staging server but it is not working on windows 2008.

    is there any specific settings required to do this ?
  3. VS 2008 [RESOLVED] Regarding Google Single Signon

    i finished with google single sign on with my local machine and it works fine on my local box and my staging box but when i push it to production box 2008 it does not work and gives me an error
    ...
  4. Re: Open PPT in web browser asp.net

    no not helping. i am wondering how google docs manages to that !
  5. Re: Open PPT in web browser asp.net

    dude in i need to open ppt just like slide share in my browser.
    i dont want my user to see any open or save dialog !
  6. [RESOLVED] Open PPT in web browser asp.net

    Hello there,

    Is there anyway i can open a ppt in web browser or may i can do things
    like slideshare does to view documents like ( ppt, doc ...etc )

    any logic will help !
  7. Replies
    1
    Views
    512

    set date according to US time

    Hi there all.

    i have made an application which sends an email to client.
    our mail server is in india. so while sending an email it shows
    indian date in email.

    is there any way i can do some...
  8. Replies
    9
    Views
    3,727

    VS 2008 Re: Reading Excel File into Gridview

    Try Linq 2 Excel

    When you have Linq [ Record size wont matter ] :-)

    http://stackoverflow.com/questions/1485958/read-excel-using-linq

    hope this would be the End of this topic.
  9. Replies
    2
    Views
    595

    Forms Authentication Problem

    How to check if user is authenticated while using Forms Authentication ..?
  10. Re: how to popup message box on the client side

    you can use Jquery modal Popup.
  11. Replies
    6
    Views
    1,616

    Re: asp.net web site too slow

    http://solidcoding.blogspot.com/2007/11/paging-with-linq.html
    http://www.dbtutorials.com/display/linq-to-sql-paging-cs.aspx...
  12. Replies
    6
    Views
    1,616

    Re: asp.net web site too slow

    Linq - > Fetch Limited Records which Control Paging..brings records faster..

    To Improve Performance - > Use Cahing..

    hope that helps..
  13. Replies
    13
    Views
    1,207

    Re: detecting if user closes the page

    i was just testing my script..

    i mean is there any way to get the response from server side..

    rather than going from javascript..at the time of closing the page..!
  14. Replies
    13
    Views
    1,207

    Re: detecting if user closes the page

    protected void Page_Unload(object sender, EventArgs e)
    {
    ScriptManager.RegisterStartupScript(this, GetType(), this.ClientID, "<script>alert('you are going out..');</script>", false);
    ...
  15. Re: how can i make using javascript a table row visible or invisible

    even if checkbox does not hit the postback
    you can push the code using __dopostback(Buttonid); in javascript

    wt do u think..!
  16. Replies
    7
    Views
    782

    Re: data validator expression

    agree...

    that was the format part..

    not the date validation part..@
  17. Replies
    7
    Views
    782

    Re: data validator expression

    (\d{2})/(\d{2})/(\d{4})

    try this...
  18. Replies
    13
    Views
    1,207

    Re: detecting if user closes the page

    nope...but i'm sure it never works..
  19. Re: how can i make using javascript a table row visible or invisible

    other way you can do it..in code behind

    your div should be run at server and id is required..

    on button click

    Divname.attributes.add("class","yourstyleclasstohide");

    or
  20. Replies
    13
    Views
    1,207

    Re: detecting if user closes the page

    no i have the same problem..

    besides javascript, is there any other way..

    we can fix this..?
  21. Replies
    8
    Views
    931

    Re: popup window

    yea haa...it can be done using Jquery..!
  22. VS 2005 Re: [RESOLVED] how to get the selected value from datalist while click on the linkbut

    but wot do u think, which would be a wise option RowCommand Event or Handling a Link Button Click Event..?
  23. Replies
    6
    Views
    653

    VS 2005 Re: Is it a good idea?

    you can change the themes too..?
  24. Replies
    6
    Views
    653

    VS 2005 Re: Is it a good idea?

    you can create your own captcha not a big deal.
    but in the market if there are free tools like recaptcha is available then
    why to code..

    for the sake of knowledge and practice it is a good...
  25. VS 2005 Re: how to get the selected value from datalist while click on the linkbutton.

    your code seems fine but instead of using a linkbutton click,
    you can assign commandname & commandargument and then handle the
    rowcommand event to fix this situation..!
  26. Re: calling code behind using JScript..

    Done !
  27. Replies
    15
    Views
    2,370

    VS 2008 Re: Disable "save as" in Internet Explorer

    <META name="DownloadOptions" content="nosave">
  28. Replies
    10
    Views
    4,599

    Re: Session Size (kb) ?

    yes, i gt the link from stackoverflow..but one query..?

    why did u come up with this intresting question..like this...!

    one can have the same question...like how do u measure the size of page's...
  29. Replies
    10
    Views
    4,599

    Re: Session Size (kb) ?

    yo hot gal :) check this out..



    int totalSessionBytes;
    BinaryFormatter b = new BinaryFormatter();
    MemoryStream m;
    for( int i = 0; i < Session.Count; i++)
    {
    m = new MemoryStream();
  30. Re: calling code behind using JScript..

    avrail no webservices..
  31. [RESOLVED] calling code behind using JScript..

    how do you call code behind button click event or a code behind method
    from javascript..

    ok no use of webservice!
  32. VS 2005 Re: Is it possible to use your facebook account as a login to another site?

    i'm not sure wot r u asking..

    In your site, u want your user to get authenticated via facebook and
    then stay on your site..and do facebook operation like Change your Satus..
    or add some message...
  33. Replies
    11
    Views
    1,563

    VS 2008 Re: [RESOLVED] Treeview Magic..!

    i'll try and let you know...! :)
  34. Replies
    18
    Views
    2,407

    VS 2005 Re: checking if email id is valid or not

    use Regular Expression of Asp.Net
  35. Replies
    10
    Views
    6,479

    Re: I want to Lock a drop down list.

    i dnt understand..u r problem..!

    wot shud be the user action and wot should be output...?
  36. Replies
    11
    Views
    1,563

    VS 2008 Re: [RESOLVED] Treeview Magic..!

    as you can see my code..
    wot i've done is while assigning the Text to Node i've added Some Html
    and at the time of output it gives me a dropdown in the treeview control..

    and my question is, if...
  37. Replies
    8
    Views
    5,215

    Re: Get the No of Rows Affected

    http://www.csharpfriends.com/articles/getarticle.aspx?articleid=78
    http://msdn.microsoft.com/en-us/library/ms171921(VS.80).aspx

    checkout this article...as i said earlier on insert, update
    by...
  38. Replies
    8
    Views
    5,215

    Re: Get the No of Rows Affected

    if it returns -1
    then
    1. Check storeProcedure
    2. Check the parameters you passing in

    and Motil ( Hot Gal :) ) why i need to use SET NOCOUNT?

    by default it returns a count of affected...
  39. Re: How to open new browser window via code behind side

    so wot's the problem..
    did u get any exception..?

    one more question why Response.Write instead you can use
    RegisterClientScript ?
  40. Replies
    11
    Views
    1,563

    VS 2008 Re: Treeview Magic..!

    protected void Page_Load(object sender, EventArgs e)
    {
    if (!Page.IsPostBack)
    {
    foreach (var i in DropDownList1.Items)
    {
    TreeNode node...
Results 1 to 40 of 355
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width