Click here to Skip to main content
16,004,540 members

Comments by Nawaz343 (Top 7 by date)

Nawaz343 17-Apr-14 3:58am View    
thanks for ur replies.. i got the answer... u r ri8.. i took <%= item.ProdutId%>.
i forgot to take "="
Nawaz343 17-Apr-14 3:06am View    
yes.. but how can i take the data..? for which will b bind while in runtime..
also i tried with item["ProductId"] but i'm getting compile time error
Nawaz343 17-Apr-14 2:57am View    
I have taken it @model dynamic but not @model productmaster
Nawaz343 10-Jan-14 0:19am View    
MODI.Document md = new MODI.Document();
md.Create(Convert.ToString(@"C:/OCR/CroppedNew-1.jpg")); md.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true, true);
MODI.Image image = (MODI.Image)md.Images[0];
string n = image.Layout.Text;

i'm getting output perfectly by writing this..
here i'm storing cropped image and retrieving.. i doesnt want to store in a folder and retrieve..
Nawaz343 23-Dec-13 1:03am View    
i have seen on ADP careers website... when i upload a resume, it screens my resume and automatically stores in textboxes. How it has been done sir.. hope this example gives me the solution.

waiting for your valuable feedback sir...