[2005] Adding photos to gridView -
can someone help me to add photos to a gridview?
First of all I have a field in my sql database called ( photo ) of type (varchar(50)
I want to place my photos in a folder and specify the name of the photo in the database (photo) field.
How can I make the gridview display the photo ?
Please help , I've spent 2 hours trying to make it work
[2005] Adding photos to gridView -
can someone help me to add photos to a gridview?
First of all I have a field in my sql database called ( photo ) of type (varchar(50)
I want to place my photos in a folder and specify the name of the photo in the database (photo) field.
How can I make the gridview display th
[2005] GridView - Adding a row -
Hi
I am trying to build a gridview row by row in a loop.
the gridview.createrow is a protected method.
can anyone help, please
Thanks
Help in adding photos in setup -
I have used Adobe Photoshop and I wanted to create the same setup program which uses photos and the name of the people on it
Like the same way i want to add some photos in the setup instead of the computer photo
How can i do that
Thank You
[2005] asp.net 2005 ,Question regarding gridview -
Hello,
i have gridview with 5 bound fields, i want to add one more column to the gridview at runtime with some values , is it possible , how can i acheive this , please help me to solve this.
Thanks in advance
[2005] gridview inside gridview -
Hello,
i created master gridview with template fields and within that i created child gridview.
i binded data and edit, updatation is working for master gridview. But for child gridview, how do i select the fields because i have to pass master table id for that, and how do i update t
gridview assignment, struggling -
Will anyone, please like to help me in my assignment. I am populating gridview on a web based application in visual studio 2005. All i want to do, is to get a value from the gridview column. How can I achieve , please show show me in some code. In addition i want to add higlight a
[2005] Gridview and fieldset -
Hi!
I noticed that when I add a gridview in a fieldset and not specify width for fieldset, when the gridview becomes wider (perhaps by a long non wrapped value in cell) the fieldset remains static. The gridview simply reders on top of the fieldset. I want the fieldset to expand sinc
[2005] GridView problem. -
hey guys,
i have an issue here, don't know whether anyone has any idea of it. i got a GridView, in which i bind with DataTable. in this GridView, it consist of TextBoxes for data entry. for example i retrieved some data from db and bind it to the GridView. data are now well placed i
adding photos during runtime. -
I have a persons database. I would like to be able to include a photograph of the person as well.
i will create an additional field in my table for the photos at design time, but
how would i be able to add new photographs during runtime?
Any ideas?
Thanks
[2005] Photo Management -
Hey everyone. I have decided I want to have a crack at making something that will manage photos. The first thing I want the app to do is
to pick up when someone plugs their camera in to the usb port and the I want
the program(which will be running in the task bar) to ask the user wh
[2005] gridview cell string value (pls help me fast) -
hi
im trying to show the cell value of a gridview upon a button press.
i am working in 2005 ( which i am totally new to) and created the connection using the wizards...
does anyone know the code to say.....
txttest.text = me.gridview.column(1).Row(2).value . to string
o
How to copy one row from gridview A to gridview B -
Hi, i am using Visual Web Developer 2005 Express, i work with Visual Basic.
I need to copy one row from gridview A to gridview B, i have a checkbox in the first column that i let the user check it if they want to copy just one row, and if they want to copy more rows is just check more
[2005] how to get data from database to gridview -
Hi all
I have XYZ SQL database and web form consist of gridview
I want to fill gridview from several tables by where statment
please help me to fill gridview
[2005] Freezing Gridview column -
Hi! I'm new to vb 2005. Is it possible to freeze one or two columns in gridview just like in excel?
Any help on this matter is highly appreciated.
[2005] Mysqldatareader and Gridview -
I am using a mysqldatareader to bind data to a gridview.
The problem is that the column headings for the gridview have the names from the mysql database. I would like to change them to be more user friendly. However I cannot figure out the best way or how to do it.
Would standar
Gridview and SQL problem -
Hi,
I have some data in my sql database:
Table 1
-------
Name
-----
John
Mike
Fred
Tom
Mike
John
In my gridview i would like to list all unique rows, i know this can be done by adding DISTINCT to the SELECT statement. But i also would like another column in my grid
[2005] Gridview -
i have a databound gridview which displays movie records. The title is displayed as a hyperlink.
I need to make it so that when the title(hyperlink) is clicked, it will send the MovieID of that movie to another page which has a detailsview control to display the details of that movie.
Citrus Festival -
http://www.menton.com/photos/screens...on/citron0.htm
10 images:
[2005] GridView/DataTable to Excel -
Hi all,
Very basis scenario - I am trying to export data from GridView to Excel. The code using Response.ContentType = "application/vnd.xls" is working fine for me in normal circumstances. But it gives me error if my GridView is having large amount of data. i.e. if my data
[2005] GridView disappears when using -
I have a gridview and sqldatasource connected to each other
When I try to modify the SqlDataSource by changing it from ( specify columns from a table or view ) to ( specify a custom SQL statement) , the gridview disappears!
can someone explain to me why and how to fix it ?
[2005] Tracing gridview on load -
Hi,
How to trace the performance of my page? Cause i have a problem during binding on the gridview the cpu usage will increase to 100 % and it load 3 to 4 minutes in. My gridview contain 50 rows. Also im sure that there is no problem in retreiving from sql server.
Displaying Extended Details of a gridview -
Good Day!
I am using ASP.net 2005 (Visual Basic Code)
the table I bind with the gridview has too many fields, therefore, i want to display Other details of the gridview when mouseovered or when a expand button is clicked. i have googled this for about 1 week. unfortunately, Never f
New VB.NET 2005 app -
Hi to all, this is my first post, nice to find you!
I am writing the last 7 years ASP, ASP.NET 1.1 and 2.0, and VB or C#..
I was recently asked to develop a desktop application so I decided to do it in
vb.net 2005.
It will contain the following:
1) Interface for the user
[2005] Thumbnail and Tree View...plz help me -
i m working on a small application
its main function is to create a album and then add photos in the album.
i m using tree view for creating album and photos
i m using tree root as album and nodes as photos.
i have to also show thumbnail view of each photo when i click on Album nam
[2005] Can you recommend gridview/repeater tutorial -
I want to create a control with a given number of columns and a variable number of rows, and this entire control can occur a varaible number of times. So I'm thinking gridview in a repeater (or maybe it's the other way around). I'm okay with the gridview, but I've never coded a repea
[2005] Gridview Column Headings Dynamic Dates -
Hey all,
I need to figure out how I would format a gridview that is automatically generating the columns. The columns are always going to be dates but they are dynamic dates.
Need format mm/dd/yyyy
Is this doable or should I change my column names to static?
edit: this is
[2005] gridview question in asp.net 2.0 -
Hello,
i am creating a datatable and using datatable i am inserting textbox values to the
gridview.without using datasources i want to edit those values in the gridview itself and update
those values.and also i want to delete the complete row. how can i do this.
Pleas
Switch Statement best option -
Have read Beacons posting re image library, however want to do something slightly different.
Have a combo box(in a form), allowing the user to select a bridge, and then view all the photos for that bridge.
Want to use the AfterUpdate for the combo box to place all the relevant
[2005] gridview image item SQL tooltip -
I have a gridview and would like to:
1. create a tooltip for image items in the gridview- I can't seem to find the tooltip property for items in the gridview.
2. the gridview data is taken from an SQL stored procedure, I'd like to make the tooltip dynamic based on a field from th
[2005] GridView Formatting Q -
Is there a way that I can format the last row of my Gridview to display Bold?
Thanks!
[2005] GridView move columns -
I have a gridview which contains 2 template columns (1 image, 1 image button) and I bind another 7 columns from a datatable to this it at runtime. How can I re-order the columns in the gridview. I want the image column to appear in the last column of the gridview instead of the 2nd col
[2005] Creating chkboxes in GridView -
Hi all,
How to dynamically create checkboxes in unbound GridView?
Regards,
Prakash
[2005] GridView and Drop downlist -
How can I add a dropdownlist to a gridview?
Photo Imaging Software Suggestions -
Recently, I have been tasked with designing a photo imaging program. THe majority of the photos will be JPGs. The requirements are as follows:
1) The customer wants to be able to categorize the photos by sex,
race, weight, height, eye color hair color e
[2005] [gridview in asp.net] -
Hi friends,
i am using grid view in asp.net page . i want to show the details of user for particular users.. i want to use session variable in my gridview data source .. how to use the session("username") to select the details and to fill the gridview .. plz help me
T
Warning Noob Photography -
Well, just wanted to post the pics i took while getting home today (These were taken around midnight Japan time.
Storing Photos in Oracle -
From a vb app that i have created, regarding the production of ID cards for students, i have stored all student photos in a file on a server. This works fine but as an extra part i wouldn't mind storing them in an oracle database. This is where all the student information (excluding ph
[2005] [Gridview problem] -
Hi friends,
i am using grid view in asp.net page . i want to show the details of user for particular users.. i want to use session variable in my gridview data source .. how to use the session("username") to select the details and to fill the gridview .. plz help me
Th
[02/03][2005] Presentation photos -
Is possible to develop an application that makes a simple presentation of photos in screen, for example, that appears a photo every 10 seconds? In affirmative case, some example?
Thank you
Reading photos from DB -
Thank you for trying to help!
i'm making an App just like Acdsee but the all the photos are in a SQL Server DB. So i have to read them all from there.
I'm using the adodb.stream to get the photos and them put them in the Hard Drive one by one. i Made a control that creates Imag