Search

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

Matching Posts

  • Re: URL change, map

    Thank you guys for the help. Chris's has nice idea but I had to make changes in every pages. Dahla's idea works fine for me. I coded only in Global.asax. It is working. There are still some glitches e.g. it does not work when user request for htm pages i.e exmaple.com/index.htm. Also if user access secure site with https. I will work for https situation but I do not know why it does not work when request for htm. Thanks again both of you. Rashid
    Posted to Web Forms (Forum) by Rashid533 on 12/4/2008
  • URL change, map

    Hi, I would like to add www in url when user(s) do not add www with domain name. E.g. if users type Example.com, my site should make this url to www.example.com . Is there any web.config configuration available? or any code that I could use? I am using VS2008, Framework 3.5, and IIS 6.0. Thanks in advance.
    Posted to Web Forms (Forum) by Rashid533 on 12/3/2008
  • Re: Master - Detail using Gridview

    I was not able to implement what you have suggested. But I used some other technique to work arround. Thanks Rashid
    Posted to Data Presentation Controls (Forum) by Rashid533 on 5/14/2008
  • Re: Australian Date format

    Thanks Ramblor, It appears to be working right now. I have just added following code in web.config as it is suggested in the article you have mentioned. I will keep eye on it to see what other effect, if any, this has caused. < globalization uiCulture = " en " culture = " en-AU " /> Thanks again. Rashid
    Posted to Localization (Forum) by Rashid533 on 5/7/2008
  • Re: Master - Detail using Gridview

    No, I am not querying the column twice. When detail GridView query data based on the keyvalue from Master, It maches all records that has the same keyvalues. That is the reason the value repeated in every single row in two columns. Querying was not the question. Master-Detail is working as it is supposed to. Question was, is there a way to extract value from the two coloums and show those in a labels and hide or do not show those columns? Thanks Rashid
    Posted to Data Presentation Controls (Forum) by Rashid533 on 5/7/2008
  • Re: Copy values from Div tag to Textbox

    Hi, Following code works for me. It does not work when EnableViewState is set to false. <code> <% @ Page Language ="C#" EnableViewState ="true" AutoEventWireup ="true" CodeBehind ="test.aspx.cs" Inherits ="test.test" %> <! 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
    Posted to Web Forms (Forum) by Rashid533 on 5/7/2008
  • Australian Date format

    Hi, This is the first time I have developed any web site for international audiance. I have deloped a site (extranet) will be hosted in U.S. but it will be accessed by Australian audiance. Everything is working fine except date format. Australian date format is dd/mm/yyyy. Web site and database are shared in a machine by other sites and database for U.S. users. I can not separate machine. Is there a easy way to customize the date format for Australian users? Otherwise I have to modify every places
    Posted to Localization (Forum) by Rashid533 on 5/7/2008
  • Master - Detail using Gridview

    Hi, I am using two Gridview to create Master - Detail. When click on a row in Master Gridview, detail Gridview shows all the records. It works perfectly. Question I have is, values in two columns, in Detail Gridview, repeats. Data are same in every row. Is there a way if I could take values from those two columns and show them in a label and do not show those two columns in Detail Gridview? Note: I am using VS 2005 and .Net 2.0. Please let me know if I could extract data from those two columns, show
    Posted to Data Presentation Controls (Forum) by Rashid533 on 5/7/2008
  • GridView Sorting

    HI, Need help to figure out 'What am I doing wrong' in sorting GridView Column. When I run first time, Gridview shows data. When I click column to sort. Gridview do not show data. Following are similar code I used in my actual pages. The following code acts the same. Test.Aspx where I get data (txtLName) and post (method="post") that as form to Test1.ASPX GridView control. For this expample, I used Employee table in Pubs database. Thanks in Advance. Rashid +++++++++++++++++++++
    Posted to Data Presentation Controls (Forum) by Rashid533 on 3/2/2008
  • ColdFusion REFindNoCase

    Hi, Does anyone know the ColdFusion's function 'REFindNoCase' equivalent in C# and how to use it? I am migrating code from ColdFusion to ASP.NET in C#. So please help me out here. Thanks Rashid
Page 1 of 5 (45 items) 1 2 3 4 5 Next >