HI, I want to store the Image files in sql table and after inserting, I want to read and display the same in gridview..... For storing ImagePath what is the datatype used and for Imagedata what is the datatype.......please help me.. Best Regards Mcmilan
mcmilan
Posts
-
How to store the Images in sql table and how to display the images in gridview...? -
Compilation Error??????????Hi, My WebApplication is running successfully in visualstudio but when I deploy in IIS it is raising one compilation error....... Error: The namespace 'Status' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cmis\f3cef65d\2caf0bf2\assembly\dl3\7bdaa8b2\7685bfed_cbf2c801\App_Code.DLL' conflicts with the type 'Status' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cmis\f3cef65d\2caf0bf2\assembly\dl3\bd733973\e87be4f1_cbf2c801\App_Web_status.aspx.cdcab7d2.DLL' Thanking You McMilan.
-
How to resize the ContentPlaceHolder of a MasterPage in Child(.aspx) Page?Hi, I am using MasterPages in my project. It is working fine. In some child pages MasterPage content(Images, MenuControl) is not visible. ChildPage Content() is overriding the masterPage content.........How to Avoid? How to move the Content)control in child page? Note: Most of the pages it is looking good but int two or three pages it is happening... Thanking you McMilan.
-
How to resize the ContentPlaceHolder in child page.?Hi, I am using MasterPages in my project. It is working fine. In some child pages MasterPage content(Images, MenuControl) is not visible. ChildPage Content() is overriding the masterPage content.........How to Avoid? How to move the Content)control in child page? Note: Most of the pages it is looking good but int two or three pages it is happening... Thanking you McMilan.
-
How to store the userId and password in session and Killing the session?Hi, After Logging-in how to store the UserId and Password in session.... If the user clicks the Back or Previous button from the browser tool bar then how to kill the session......? Please help me..... Thanking you Mcmilan.
-
How to avoid Concurrency Problem?Hi, I am developing a website in which users register with their data. Immediately after registering a Unique number is generated. So there is a chance of 3 or more users registering at the same time. At that time concurrency problem will occur........How to avoid? I am using SqlExpress as database and I wrote the code in Register Button click..... Please help me.... Thanking you McMilan.
-
Hiding the buttons When Print Button is clicked........Thank you very much for your help. From McMilan.
-
After Logging In I want to kill the session?Hi, After LoggingIn successfully, if I click the Back button, I am coming out of that partiucalr page. Again If I click the Previous button It is allowing me to access that page wiht out asking password and userId.... How to overcome this problem..? Please Help me...... Thanking you.. McMilan.
-
Hiding the buttons When Print Button is clicked........Hi, I am using Pring Button in my webpage...... when I click the print button In my print out it is printing buttons also. My requirement is I don't want to print the buttons on paper. finally I want to hide the buttons when I click the print option. Thanking you Mcmilan.
-
How to write a TRIGGER?Hi, When I update a Particular row with some value in sql table(letus consider Emp1) that row should be inserted inot another table (consider Emp2) and should be deleted from Emp1. For this I want to write a Trigger.......How..? Exact requirement:: I have Emp1(Id,Name,Desig) table. When I update a particualr row where Id='3' Then only..... 1.Particular row which is update with Id value '3' should be inserted into the Emp2(Id,Name,Desig) table. And 2. After inserting into the Emp2 The row should be deleted from Emp1. Thanking you McMilan.
-
How to apply the changes made in project to the published website in localhostHi, I developed a website and installed on my localhost it is running good... Late I need some changes and accordingly I did and now I want to apply those changes to the localhost website.....how to update?????/// Thanking yoy McMilan.
-
Window.close() is not working with Mozilla FirefoxHi Imran, I tried with the following code: 1. Response.write(' {window.close();}'); 2. " " " self.parent.close() 3. Above all are working in Internet explore but not in Mozilla Firefox... Thanking you Mcmilan.
-
Problem with Ajax calendar control...............Thank you Gayani, Thanks for your response but it is not working incase of ajax calendar control......from past one week I am trying with this but not working..... Thanking you Mcmilan
-
Problem with Ajax calendar control...............Hi, I am picking the date from Ajax popupcalendar control and putting in textbox.....I want to access that value in next page...but I am not able to access the text box value(date) into next page when I click the button....... Thanking you Mcmilan.
-
Passing values to window.open()Hi, I am using window.open() to open a new popup window when I click a Button...It is working fine....... My requirement is I want to pass a textbox value in window.open() and access in the next page..... Thanking you Mcmilan.
-
Window.close() is not working with Mozilla FirefoxHi , I am using window.close() to close the browser when I click the Button on my webpage.....It is working with InternentExplorer but not working with MozillaFireFox......Please help me........ Thanking you McMilan.
-
Window.close () is not working in mozilla firefox( working fine in IE)Hi Imran, Thanks for your help.........But it is not working in mozilla..... Thanking you Mcmilan.
-
How to avoid concurrency control?Hi All, I am writing code in code behind file to generate Unique Id in sql table when the user clicks the Register Button. So there is a possibility of registering more than one customer with in a fraction of second......I that particular situation how to avoid CONCURRENCY CONTROL. Note: I AM WRINTING THE CODE IN ASPX.CS FILE OF BUTTON_CLICK EVENT. Thanking you Mcmilan.
-
Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..)Hi, When I open my website in different browsers Controls layout is not in a correct position....It looks good in internet explorer(6.0)....... Please help me as soon as possible........ Thanking you Mcmilan.
-
Window.close () is not working in mozilla firefox( working fine in IE)Hi, I am using javascript to close the window when I click the Button. I am using window.close() in Response.write() .....It is working nice in IE ..... But it is not working in Mozilla...... Thanking you Mcmilan.