Hello I have to develope an image gallery using asp.net and C#. The gallery should by like http://www.nasa.gov/multimedia/imagegallery/iotd.html Can any one suggest me some site that have such stuff. Regards
mynameatif
Posts
-
Image Gallarey using asp.net C# -
Doc to PDF conversionCan any one knows any open source or free library that convert the MS word document to PDF document. Thanks Atif Khan
-
Printing pdf documentHi i am working on a desktop applicatioin in which i genrates the pdf files and save them on the disk upto here its fine . Now after saving a file i want to take out the print of that pdf file . i am buliding this application in c# . Can any one tell me the way so that i send that file directly to the printer. Regards Atif Khan
-
Problem in Exporting Crystal Report to ExcelHello I am working in a project. I need to export the crytal reporst to excel format.The file is exported sucessfully but the problem is that it leaves some of the lines blank between the records. If every one have solution about it plz let me know. Regards Atif
-
Image in ASP.Net girdHello I had a problem. i AM using ASP.Net Data Grid . I ahve 6 coulmn .I have to show the image in first column as a hyperlink. If any one have idea about it plz let me knw that how can i show image in the column of Data Grid. Thanks Ragds Atif
-
Need Help in c#Hello I am working on an application in c# i want to develop a sofware that block the any address that is contain in the database of my appliction. i.e if i have www.yahoo.com in my database and user enter www.yahoo.com in the address bar of the Internet Explorer this site should not be open. If any one has worked on it or have idea about it plz le me know.
-
Problem in DrawingHello, I am working on a project where i have to fill a recgangle on a panel against a button click.When the button is clicked it works fine the rectangle is drawn but the problem accours when i resize my form or some other form is open on it the drawing that is on the panel is wash out imen it is clered from the panel i am writing the code.If any one knows the solution plz let me know. Thanks Regards Atif public void btn_click(object sender,EventArgument e) { Graphics g=mypanel.CreatGraphic(); SolidBrush b=new SolidBursh(Color.Red); g.FillRectanle(b,0,0,40,40); }