Isadore,
I couldnt find event Sub Grid_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs)
for GridView did you mean
Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs)...
Hi,
Any one know how to show combo box in GridView? Options for combo box are stored in one of field in same table
I am using Visual Web Developer 2005.
Thanks
Hi Andrew,
I am back..Sorry for late my uncle passed away..I read your post. I know why you are saying that because you find different code than website..Yes it is true after i copied code it didnt work.so i tried various way to make it work. one of those version copy paste here...
hi towerbase/buho,
When I run 1st example I dont get any error but no data is updated in blob field either.
In 2nd example I get a compiler error saying Icompatible Types 'TFilestream' and 'Tstream'. you can see original code at...
Well..Issue is not TRichEdit. Im using JVTRichEdit and it supports pictures. Issue is saving part to access db. I tried with CreateBlobStream but wont work.
procedure TForm1.UpdateBlob(IDValue:Integer);
bs : TStream;
blobF : TBlobField;
Local_dsLocal :TADODataSet;
sBuff: PAnsiChar...
Hi,
I am using Delphi 2005,Richedit control..trying to save richedit control contents to access database and read from access database using ADO.
I have two questions..
Right now I am using Access 2003 and I am using field type as Memo to save richedit control contents. Can it store...
Have anyone seen ICQ 5.0? I understand it uses xml for graphics and stuff. Any idea how to use xml for advance stuff like that? Sample code ..tutorial would be great help. Basically i want to know how you can use xml various way using vb.
I know its kinda complicated..I am sorry
My app is running in memory. Right now I am using windows hook. Mostly I am dealing with excel files and may be access mdb files in future.
All I want to know that is.. when user double click in windows explorer say "c:\temp\myfile.xls" to open it. The...
HarleyQuinn,
I am so sorry I could have been more specific...Well My program is running in memory.My application is checking for excel files user is trying to open. After opening excel file, I make few changes through my application and save it in same folder with adding few characters to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.