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
Ajeet mittal
Posts
-
Microsoft Sync Framework for File (Client) and SQL Server Database (Server) synchronization -
Assign a value to a hidden field from javascriptfunction 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.
-
Display PopUp on schedule time and date.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
-
Opening a file form c prompt of server.Thanks a lot. ajeet
-
Opening a file form c prompt of server.Thanks For Replying me. Can u tell me any alternative way. with regards ajeet
-
Opening a file form c prompt of server.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
-
Opening a file form c prompt of server.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
-
Control in MDI FormI 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.
-
Saving upLoaded File with Client Call BackHi, 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
-
How To Create Email IdThanks 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.
-
How To Create Email IdHi, 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
-
DropDown Validation ProblemThanks 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
-
DropDown Validation ProblemI 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
-
Problem With favicon.icothanks a lot. when i got any solution i will tell u too. thanks a lot once again.
-
Problem With favicon.icothanks 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
-
Problem With favicon.icoThanks for replying me. I make that image 16X16 px. but its not shown. I am IE7. thanks
-
Problem With favicon.icoI 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
-
Client Side Validations using .js filein place of document.getElementById("<%=txtName.ClientID%>").focus(); u write document.getElementById('<%=txtName.ClientID%>').focus(); this will work perfectly.
-
Multi Column in a DropDownThanks For replying me. I did check it. but my problem is not solved. if possible tell me solution. thanks
-
Multi Column in a DropDownCan u tell me how i can show it with list box.