Click here to Skip to main content
15,914,221 members

Comments by Deviprasad Das (Top 26 by date)

Deviprasad Das 20-Jan-14 4:10am View    
This is a nice approach, ASP.NET also provides a control to achieve this.
You can use ADRotator control for doing this.
Deviprasad Das 20-Jan-14 2:29am View    
<img src="your souce" önClick="OpenFiledialog" />
<asp:FileUpload ID="upldFile" runat="Server" style="display: none;" />

<script type="text/javascript">
function OpenFiledialog() {
document.getElementById('upldFile').focus() / click();
}
</script>
Deviprasad Das 17-Jan-14 4:27am View    
Then please check if "Microsoft.Jet.OLEDB.4.0" adapter is registered in the server or not.
Deviprasad Das 17-Jan-14 3:14am View    
Please post some piece of your code.
Deviprasad Das 16-Jan-14 8:10am View    
Can you please format the code properly?