Hello,
I would like to validate strings to datetime format using regex please
arkiboys
Posts
-
regex -
hierachical menuI have not added it to the source control. And that is why I do not see it connected to source control.
-
hierachical menuThanks for the link. SL4PopupMenuDemo v1.46 Beta.zip Downloaded it but it gives an error message: The project SL4PopupMenu is under source control. An error occured registering this project with source control. When I check the files, none of them are readonly and there does not seem to be any source safe files attached. Any thoughts please? Thanks
-
hierachical menuHi, How do I make hierarchical menu in silverlight 4 please? Thanks
-
connectionstringSolved. thanks
-
connectionstringI am developing a silverlight application. Project1 is the webhost i.e. wheer the default.aspx page is Project2 holds the silverlight pages. Project3 holds the wcf. I have set the connectionstring to sql server inside Project3 in the web.config All works fine. There is a separate project called DataLayer which I currently use inside my .net windows applications to connect to the database, etc. This project has the connectionstring to sql server saved inside the App.config Question: In the Project3, where wcf is used, I try to call the separate project I mentioned above to connect to the database. But the error message is The connection has not been initialized. Any thoughts on how to solve this please?
-
Deploymentno, just using vss
-
DeploymentHi, We are using VSS for our windows c# projects... What is the best and easiest way to monitor the changeRequests with the deployment versions? Currently, each developer is working on a changerequest i.e. add a print button to FormA, etc... Should there be a link between the version of the vss and the changerequest?, etc? Thanks
-
silverlight datagrid double clickThank you
-
populate datagridyes, thank you
-
silverlight datagrid double clickHi, How is it possible to double click a selected row and be redirected to a separate page? Thanks
-
populate datagridThank you
-
populate datagridthe datagrid is set as AutoGenerateColumns="False" And still get the same error as before but this time there is a blue underline instead of the previous red underline.
-
populate datagridHi, I am trying to populate a grid on the silverlight page: as follows: ... ... grid.ItemsSource = e.Result.DetailedData; Note that e.Result.DetailedData.count returns 13 records but on the above line I get the error: can not implicitly convert type 'xweb.tservice.clsbt' to system.collections.ienumerable. An explicit conversion exists. (Are you missing a cast?) It seems I have to do a cast but not sure how? Any thoughts please? Thanks
-
Silverlight Navigation menuYes, but how do I make it appear on the UI? At present, I just read the item and tag of the xml file. Does this mean that if I also read the FirstLevel element, then it will automatically show up in the UI and a sub level menu? Thanks
-
Silverlight Navigation menuHi, At present I am using an xml file to retrieve data for menu (Navigation of pages). The xml looks like the following. Question: How can I make the menu to show sub menus i.e. menu within a menu? Thanks
...
Converter
/UserControls/Converter.xamlPage1 view
/Views/Page1.xamlTest Page
/Views/Test.xaml...
-
remote access to applicationThanks
-
remote access to applicationHi, If it is ok, can you please leborate what VPN is and how to set it up, etc? Thanks
-
remote access to applicationHi, There is a WPf application written in VS express 2010. The database backend is sql server 2008 backend. This application with the database is installed onto one machine in a small organization. The machine is on the network. Everyday, a member of the staff uses this application for data entry, etc. All ok so far... The staff member would also want to be able to work from home on this application. I have been told by the IT support person that there is no remote access available from outside of the company. Question: How is it possible for this or other users to be able to work on this system from home. The main thing is the user(s) to be able to access the database using this application. But with no remote access available I do not know what the solution is. Any suggestions please? Thanks
-
silverlight versionThe machine I am using has : Microsoft Silverlight Version: 4.0.60831.0 (c) 2011 Microsoft Corporation. All rights reserved. I have now created a silverlight project. On going to the properties of the silverlight project, it shows: Target silverlight version : Silverlight 3 Should it not show silverlight 4? How can I get that in the drop down control please? Thanks