Search results for query: *

  1. P

    confirm box

    hi, I wish to generate a condition based confirm box rather than generating it on all clicks on a button. I know the method - attributes.add('onclick','return confirm(".....");') What I want is - there's a button with name but1. on clicking button1, if me.bgcolor=color.white then 'the confirm...
  2. P

    Image save in sql server:help

    how do i save an image in sql server and retrieve it out on an aspx page to show in a datagrid. <asp:BoundColumn DataField="image"> help...
  3. P

    cache problem

    hi, i have a button on a web page(webform1) that when clicked takes me to webform2. there i do some job and on clicking a button on webform2, i am redirected to webform1. now when i perform the task on webform2 , that task will be reflected on webform1 when i am redirected back to webform1. my...
  4. P

    listbox text wrapping

    hi, i have got a listbox on a webform with the listbox's width as 120 px ( it has to be that, can not increase the width). now when i am adding items to the listbox, items that have a bigger length are not wrapped up in the listbox as it happens with text boxes. Suppose , i add an item 'dd' ...
  5. P

    problem with asppdf

    hi, i have downloaded asppdf.dll on a machine and on copying this dll to an asp.net application on another machine , i am unable to use this dll in my application. the application when run says, "com object not registered or not valid". plzz help.
  6. P

    help with pdf

    hi, i have to read from a pdf file and store it in a string variable. i do not know the number of characters in the file and i have to search for a particular string in the file. plzzz help.
  7. P

    passing values between forms

    hi everybody, i am trying to build an application that will automate the desktop wallpaper changing phenomenon in specific time intervals. i am using a binary file in which i keep the filenames of the images that are to be displayed. the 1st form will fetch the filenames from the file and fill...
  8. P

    Creating Installation Packages

    Hey, I've just shifted from VB6 to VB.NET and I was wondering about how to create an Installation package in VB.NET as I did in VB6 with the Package and Deployment wizard. Plzzz help.. deb
Back
Top