Search results

  1. L

    How to hide real URL using asp.net?

    There's a folder "Folder1" and a page "page1.aspx". So when i browse my website it's like this: www.website.com/Folder1/page1.aspx but i want to be like this: www.website.com/Blah How can i do this? I use asp.net 2008/2010. I already used this code in web.config but when i debug the project in...
  2. L

    How to make a auto resize textbox/textfield in asp.net?

    i want a textbox in asp.net to auto resize by giving font size and font family and my textbox width. i wan to observe the paragraphs and word wrap! So in load i give font-size, font-family and the text and its width (i don't need to change the width) and it should automatically increase the...
  3. L

    How to make a auto resize textbox/textfield in asp.net?

    i want a textbox in asp.net to auto resize by giving font size and font family and my textbox width. i wan to observe the paragraphs and word wrap! So in load i give font-size, font-family and the text and its width (i don't need to change the width) and it should automatically increase the...
  4. L

    How to make a auto resize textbox/textfield in asp.net?

    i want a textbox in asp.net to auto resize by giving font size and font family and my textbox width. i wan to observe the paragraphs and word wrap! So in load i give font-size, font-family and the text and its width (i don't need to change the width) and it should automatically increase the...
Back
Top