Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

krishnaveer

@krishnaveer
About
Posts
134
Topics
72
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Managing session
    K krishnaveer

    Hi, I'm using session variable in my project, which is been used in each and every page. but right now i'm checking session in every page before using it's value. Is there any other way to manage session. so that i need not to check session in every page? Waiting for your valuable response. Thanks Krishna veer singh

    krishna veer singh

    ASP.NET question

  • Getting Error "Internal .Net Framework Data Provider error 12."
    K krishnaveer

    Hi Guys I am working with C# and facing a problem at deployment level In application, if anywhere coming error it getting redirected to login page and session removing with Session.Abandon while Again Trying to login Giving error "Internal .Net Framework Data Provider error 12." I am using business layer and every query is executing from business Layer Before executing any query i am opening Connection string & then closing Connection So Why this error is coming ? if any one knows. plz help me thanks in advanced..

    krishna veer singh

    ASP.NET help csharp database dotnet sysadmin

  • fonts not supported by browser
    K krishnaveer

    What to do if any font is not supported by browser?

    krishna veer singh

    ASP.NET question

  • Downloading multiple fils
    K krishnaveer

    Hi Abhijit, Is it possible to download the files without zip?

    krishna veer singh

    ASP.NET

  • Downloading multiple fils
    K krishnaveer

    Actually the thing is that, I'm displaying multiple files in a page with check box option. so that if any one check three(for ex.) of them and click on the download button. Then all the three images should get download.

    krishna veer singh

    ASP.NET

  • Downloading multiple fils
    K krishnaveer

    Hi, How we can download multiple files in one go, But not in zip format. Waiting for reply.

    krishna veer singh

    ASP.NET

  • microsoft.jet.oledb.4.0 provider in not registered on the local machine
    K krishnaveer

    Thank you for your reply, but here its written that, "This release does not include Microsoft Jet, the Microsoft Jet OLE DB Provider, the Desktop Database Drivers ODBC Driver, or the Visual FoxPro ODBC Driver." even after it will work?? waiting for your reply.

    krishna veer singh

    ASP.NET sysadmin help announcement

  • microsoft.jet.oledb.4.0 provider in not registered on the local machine
    K krishnaveer

    Hi, I'm trying to insert some data in excel file version 2003. It is working fine in local machine. But when i'm uploading it on web server then its giving the error like. system.invalidoperationexception: 'the microsoft.jet.oledb.4.0' Provider is not registered on local machine....... Please give me the solution. Its urgent. Please.. Thank you...

    krishna veer singh

    ASP.NET sysadmin help announcement

  • how to handle postback event incloud computing
    K krishnaveer

    Hi, I'm facing an big issue. i have created an small project which is working good in normal environment. but when it is going in cloud computing, events are not working properly.i have used datalist and itemcommand is used. but its not working. Please help me as soon as possible. Its very urgent. I'm waiting for reply.

    krishna veer singh

    ASP.NET help hosting cloud tutorial workspace

  • postback event in cloud computing
    K krishnaveer

    Actually i have taken datalist inside datalist. Now on the page load i'm filling the datalist. first time its working fine. but when i click on a button inside datalist, now everything get disappear, means datalist is not loading again. This is happening in cloud computing environment. But the same thing is working fine in normal .net hosting environment.

    krishna veer singh

    ASP.NET help hosting cloud workspace

  • postback event in cloud computing
    K krishnaveer

    Hi, I'm facing an big issue. i have created an small project which is working good in normal environment. but when it is going in cloud computing, events are not working properly.i have used datalist and itemcommand is used. but its not working. Please help me as soon as possible. Its very urgent. I'm waiting for reply. Thnax in advance.

    krishna veer singh

    ASP.NET help hosting cloud workspace

  • Image is not showing
    K krishnaveer

    I have copied the path and paste it into window explorer, its showing the image. But the same url is not working when m using it in project.

    krishna veer singh

    ASP.NET help

  • Image is not showing
    K krishnaveer

    Hi, I'm facing a problem. I'm giving different image path in my project. The path i'm giving is in project folder, it's in another location. i'm using datalist. The file path is coming correct but image is not showing. Please give me solution. Its urgent. Thnax..

    krishna veer singh

    ASP.NET help

  • Session is not working
    K krishnaveer

    Hi, Session is not working in class file when i'm using cookieless="false". Otherwise it's working fine i have to use cookieless="false" in my project. So please let me know the solution how i can get the session value?? Thanx...

    krishna veer singh

    ASP.NET question

  • Java Script Problem: Code is working fine in Mozila 3.5 But NOt Working in Mozila 2.0 & Shafari
    K krishnaveer

    I did the same but its not working Any other solution

    krishna veer singh

    ASP.NET help announcement csharp java javascript

  • Java Script Problem: Code is working fine in Mozila 3.5 But NOt Working in Mozila 2.0 & Shafari
    K krishnaveer

    Hi Guys Using .net 2.0 i build a web site in which there are some java script which will open a new popup window that code is working in IE all version & Mozila 3.5 but when i am checking in mozila 2.0 that popup window is not opning So what are issue Plz help me Java script Code <script type="text/javascript" language="javascript"> function OpenChildWindowEmail() { var sFeatures="dialogHeight: 200px;"; sFeatures += "dialogWidth: 500px;"; sFeatures += "center: no;"; sFeatures += "edge: sunken;"; sFeatures += "scroll: no;"; sFeatures += "status: yes;"; sFeatures += "resizeable: no;"; var url = 'my_share_emailfile.aspx?somevalue=12345'; var entryWindow = window.showModalDialog(url, 'ChildForm', sFeatures); window.document.getElementById('HiddenField7').value = entryWindow; // alert(entryWindow+window.document.getElementById('HiddenField7').value+" "+entryWindow+window.document.getElementById('HiddenField7')); // alert(entryWindow); if(entryWindow =="true") { //alert("Watch for CurrTime & ChildWin labels, its going to update since the new child window saved something"); //this would trigger the update panels update as the button is part of the UP window.document.getElementById('btnImgEmail').click(); } else { //No change will happen to the parent page as child page did nothing //alert("Nothing on the page will change as the new child window was cancelled"); //window.document.getElementById('btnImgEmail').click(); } } </script> On Button Click <asp:ImageButton ID="btnImgEmail" runat="server" ImageUrl="images/email_bt1.jpg" OnClientClick="OpenChildWindowEmail();" OnClick="btnImgEmail_Click" ToolTip="Email files to friends" Enabled="False" />

    krishna veer singh

    ASP.NET help announcement csharp java javascript

  • DataBase performance issue
    K krishnaveer

    No any complex thing is their in my system. only i'm selecting data from web sqlserver table and inserting it in to local sql server tables.

    krishna veer singh

    Database database help performance question code-review

  • DataBase performance issue
    K krishnaveer

    In SP there is nothing but only select and insert statements, i mean i'm selecting new data from web sql server and inserting it into our local sqlserver.

    krishna veer singh

    Database database help performance question code-review

  • DataBase performance issue
    K krishnaveer

    I'm using sqlserver 2005

    krishna veer singh

    Database database help performance question code-review

  • DataBase performance issue
    K krishnaveer

    Hi, I have a database on webserver, when some one gives any order from website then data comes into this database. Now i'm fetching these data from websercer to our local machin's dataabse. for this purpose i'm using en exe which contains stored procedure for fetching the data. These stored procedures takes 5-7 min to fetch the data from webserver. Now the problem is that at the time of execution of stored procedure no one can give the online order because of database busy. My question is that how i can improve the system so that one can give online order at the time of execution of stored procedure. Thank you..

    krishna veer singh

    Database database help performance question code-review
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups