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
A

Ajeet mittal

@Ajeet mittal
About
Posts
80
Topics
43
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Microsoft Sync Framework for File (Client) and SQL Server Database (Server) synchronization
    A Ajeet mittal

    I'm trying to implement the sync solution using Microsoft Sync Framework. The server will be SQL server database contains the documents in FileStream and client will be the File system (Windows OS).Do anybody have any idea on this. My application scenario is :The database server contains the File/Documents in the form of byte array by the FileStream mechanism from SQL server. And the Sync activity will syncronize the documents from SQL server to any given file system. Please help me out. Regards

    ASP.NET database sql-server sysadmin data-structures help

  • Assign a value to a hidden field from javascript
    A Ajeet mittal

    function SetValue() { var width = screen.width; var height = screen.height; document.getElementById('<%= hdnVal.ClientID %>').value = width+'*'+height; } use this function to set value in hiddenfield through javascript.

    ASP.NET javascript tutorial

  • Display PopUp on schedule time and date.
    A Ajeet mittal

    I am woring on a scheduler application in asp.net with c#. in this application i have to show popup on scheduled time and date. scheduled time and date store in sql server table and popup contains. can any one help me how can i open popup on specified date and time. thanks

    ASP.NET csharp asp-net database sql-server sysadmin

  • Opening a file form c prompt of server.
    A Ajeet mittal

    Thanks a lot. ajeet

    ASP.NET database sysadmin docker help

  • Opening a file form c prompt of server.
    A Ajeet mittal

    Thanks For Replying me. Can u tell me any alternative way. with regards ajeet

    ASP.NET database sysadmin docker help

  • Opening a file form c prompt of server.
    A Ajeet mittal

    Thanks for replying me. yes, the file is save by the system in c: also a record in database. when i save file in newtowk drive.its working fine. thanks ajeet

    ASP.NET database sysadmin docker help

  • Opening a file form c prompt of server.
    A Ajeet mittal

    Hi, In my application I have a file which is stored in the server C:\Files Folder and the file name and type is any file.the whole path for the file is stored on the database.I show file name in gridview templete field as anchor.Now when i click on a link on one of the column of a gridview then the file from that location should open. but it shows file not found. i am writing this code to open a file <asp:TemplateField HeaderText="File Name"> <ItemTemplate> <a href='<%#DataBinder.Eval(Container.DataItem,"DocPath") %>' target="_blank"><%#DataBinder.Eval(Container.DataItem,"DocName") %></a> </ItemTemplate> </asp:TemplateField> can any one help me. With Regards ajeet

    ASP.NET database sysadmin docker help

  • Control in MDI Form
    A Ajeet mittal

    I am New in Windows application. I am using .NET 2.0 with Vb.Net. in my project i have to put some control on MDI from. when i put some control on it and open Child form, Child form goes behind to that control which i put on MDI Page. Can any one help me, how i will sole my problem.

    Windows Forms help csharp

  • Saving upLoaded File with Client Call Back
    A Ajeet mittal

    Hi, I am using ASP,NET 2.0, In my application,I have to save file through Client Call Back. Can any one help me in this regards thanks

    ASP.NET help

  • How To Create Email Id
    A Ajeet mittal

    Thanks For replying me Abhijit Jana. I am not using any exchange server.i have to use Domain Server where my application uploaded. Please Help me.

    ASP.NET help tutorial question

  • How To Create Email Id
    A Ajeet mittal

    Hi, Can any one having idea how can I Create Email Id of my project domain. it is required in my project. please help me. Thanks

    ASP.NET help tutorial question

  • DropDown Validation Problem
    A Ajeet mittal

    Thanks for replying me. i am calling alertOnBadSelection() this function on onchange="return alertOnBadSelection();"like that. if it is working fine for wrong selection, but when i make right selection it not postback page. dropdown OnSelectedIndexChanged event not fire. can u hepl me on it. thanks

    ASP.NET csharp javascript asp-net tools help

  • DropDown Validation Problem
    A Ajeet mittal

    I am working on asp.net 2.0 with c#, In my project there is a dropdown which having autopostback enabled. i have to validate its selection. i write javascript for it like that. <script type="text/javascript"> function alertOnBadSelection() { var select = document.getElementById('ddlContract').value; if (select=="-1") { alert('Please select contract'); return false; } else {return true;} } </script> this working fine as script when wrong selection,but when i select right selection dropdown's OnSelectedIndexChanged event not fire. can any one tell me how i will resolve my problem. thanks

    ASP.NET csharp javascript asp-net tools help

  • Problem With favicon.ico
    A Ajeet mittal

    thanks a lot. when i got any solution i will tell u too. thanks a lot once again.

    ASP.NET csharp asp-net com sysadmin help

  • Problem With favicon.ico
    A Ajeet mittal

    thanks for replying me. some time i used masterpage and some time simple page. now icon shown on FireFox,but on IE still not shown. how i will rectify it. also i removed history and cache may time. but still not working. i cant understand it. thanks

    ASP.NET csharp asp-net com sysadmin help

  • Problem With favicon.ico
    A Ajeet mittal

    Thanks for replying me. I make that image 16X16 px. but its not shown. I am IE7. thanks

    ASP.NET csharp asp-net com sysadmin help

  • Problem With favicon.ico
    A Ajeet mittal

    I am using asp.net 2.0 with C#. In my application i have to put a icon on the left of URL.as in codeproject.com have.for it i am using this code, <head id="Head1" runat="server"> <link rel="sortcut Icon" href="favicon.ico" type="image/x-icon"/> </head> but this is not working.icon is not shown with url. can any one tell me me how i show favicon icon with my application. thanks

    ASP.NET csharp asp-net com sysadmin help

  • Client Side Validations using .js file
    A Ajeet mittal

    in place of document.getElementById("<%=txtName.ClientID%>").focus(); u write document.getElementById('<%=txtName.ClientID%>').focus(); this will work perfectly.

    ASP.NET csharp javascript help

  • Multi Column in a DropDown
    A Ajeet mittal

    Thanks For replying me. I did check it. but my problem is not solved. if possible tell me solution. thanks

    ASP.NET csharp asp-net

  • Multi Column in a DropDown
    A Ajeet mittal

    Can u tell me how i can show it with list box.

    ASP.NET csharp asp-net
  • Login

  • Don't have an account? Register

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