Forum: ASP.NET Feb 2nd, 2007 |
| Replies: 9 Views: 4,102 Thanks.. a lot for explaining that. I am new with ASP.NET. That's why i didn't understand why the second control won't show up when i press the add control button. But now i understand a bit.
... |
Forum: ASP.NET Feb 1st, 2007 |
| Replies: 9 Views: 4,102 How is this different from giving the command to create the control twice? |
Forum: ASP.NET Feb 1st, 2007 |
| Replies: 9 Views: 4,102 I have to dynamically add user controls to a asp.net web page. I know that can be done as follows:
WebUserControl webug = (WebUserControl)Page.LoadControl("WebUserControl.ascx");
... |
Forum: IT Professionals' Lounge Jan 30th, 2007 |
| Replies: 6 Views: 2,230 I have a bunch of images that are a result of scanned newspapers. I need to link the headlines in the newspaper's image to an index. SO, what i was thinking was making a data base to link the image... |
Forum: IT Professionals' Lounge Jan 29th, 2007 |
| Replies: 6 Views: 2,230 Thanks...
Actually I am trying to write a program that'll search the pdfs for keywords. I guess i'll have to associate files with the keywords in the image then. I can think of only this method...... |
Forum: IT Professionals' Lounge Jan 29th, 2007 |
| Replies: 6 Views: 2,230 I have a bunch of PDF files made from documents scanned into jpeg images. Now, how can i search these pdf documents for text that is in the image.
:!: This does not seem possible to me as well... |
Forum: C++ Aug 1st, 2005 |
| Replies: 4 Views: 2,483 Where's the edit/modify button?
It does not show up in my first post. But it is present in this post.
What I wanted to know was how to convert the coordinates to those that could be displayed by... |
Forum: C++ Jul 30th, 2005 |
| Replies: 4 Views: 2,483 I am writing a 3D graphics program to read and display *.stl files. These are stereo lithography files generated by 3DMax. Any idea how to do that?
This file format consists of data as in... |
Forum: C++ Jul 30th, 2005 |
| Replies: 47 Views: 67,470 How about precalculated values. It saves a lot of time in slower machines during long iterations, does it not?
For eg:
x=23.45;
xinv=1/x;
and use xinv where its needed.
Also one can use... |
Forum: Community Introductions Jul 30th, 2005 |
| Replies: 317 Views: 130,548 Hello to all the programming gurus in the forum.
Here's a quick intro of myself:
Name: Ashish
Nickname: shAq
Height: 5'11"
Weight: about 85 Kgs.
Hair: Black
Eyes: Brown
Location:... |