That wa a request and not an order. Sorry if that hurt you.
-----Have A Nice Day-----
That wa a request and not an order. Sorry if that hurt you.
-----Have A Nice Day-----
Hello, I have a Visual Web Part that I am incorporating in the SharePoint site. This web part contains a grid that binds with some data. One of the items contains calendar control. When I run the page after deploying, it is giving me unexpected error. The above mentioned grid is withing the UpdatePanel. Please provide me with the solution. Thanking you all in anticipation.
-----Have A Nice Day-----
No, I am not having any more troubles. You need to first create a site collection through the central administration and then open the same site collection in the Sharepoint Designer using the HTTP path. Once the site opens, all the controls will be visible. After that you can add any number of ASPX pages and add controls in that.
-----Have A Nice Day-----
I have Windows 2003 Server running on my PC and I have MOSS 2007 installed, but when I open a web page and try to add a sharepoint control in it, I am not able to do that because the controls are not visible and it shows the message - "Controls in this category require a Website running Windows Sharepoint Services (version 3)". Please help.
-----Have A Nice Day-----
Hi, I have created and then configured the custom master page, but when I use that same master page in my publishing portal. I am receiving the error "An unexpected error has occurred." Is there any tutorial, which could teach me step by step on how to do it along with the requirements if any.
-----Have A Nice Day-----
Can Sharepoint be installed on Windows XP. If yes, then what are the prerequisites for that.
-----Have A Nice Day-----
when I open my InetMgr and try to browse a website it gives me an error for HTTP 404 and says that the web page not found. Even the localhost is not opening. I am getting the following error ======================================================== The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following: * Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. * If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted. * Click the Back button to try another link. HTTP Error 404 - File or directory not found. Internet Information Services (IIS) Technical Information (for support personnel) * Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404. * Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages. ======================================================
-----Have A Nice Day-----
Can you please guide me as to what needs to be done and how do I change it.
-----Have A Nice Day-----
I have a typed dataset. It uses a connection string from the web.config file. I have changed the database name in the connection string, but it is still taking the old database name. How do I get that changed?
-----Have A Nice Day-----
Actually, your expectation is not wrong. But the effect can only be seen if there are millions of records. For lesser number of rows, it will reflect the same time.
-----Have A Nice Day-----
Hi, I did not run the query, but as a dry run, it looks to me absolutely perfect. On Monday, after reaching office, I will try it and will send you the response. Can you kindly send me ur email id. Thanks
-----Have A Nice Day-----
Hi, yea may be I was not able to put my question properly. Let me try once more. Suppose CategoryId 1 is the root level, so thete is no top level category for it and it is null. The CategoryId 2 is the child of CategoryId 1, therefore, the topcategoryid for Category 2 is 1. Like wise for Category 3, the topcategoryid is 2 and for CategoryId 4, the topcategoryid is 3. CategoryId 5 is the child of CategoryId 1 and there are further no child categories under it. Therefore, I showed thebase table like that. For the same, I want the output in the manner I depicted. I hope I am able to explain this time. Thanks for bearing with me.
-----Have A Nice Day-----
Hello, I am new to databases. I need urgent help. I have a table named Category, which contains 4 fields - categoryid, siteproprtyid, topCategoryId. the topcategoryid contains the categoryid of the higher level category. Likewise there are four level of category. An example to this is- categoryid sitepropertyid topcategoryid ---------- -------------- ------------- 1 16 Null 2 16 1 3 16 2 4 16 3 5 16 1 I want the output to be like Category1 Category2 Category3 Category4 --------- --------- --------- --------- 1 2 3 4 1 5 Please help me regarding this
Hi, Can you please provide me the code to set the ItemSource binding to the path as suggested by you.
-----Have A Nice Day-----
Can anyone help me in letting me know how to bind a dataset to a listbox in a WPF XBAP application. The dataset contains a table with two columns.
-----Have A Nice Day-----
I think you are right. They are client side application and do not even require a web server. This is the reason that they require a intermediate web service to provide the data from the database.
-----Have A Nice Day-----
I wonder why I am not able to use ConfigurationManager instead of ConfigurationSettings, although I have used the Configuration class
-----Have A Nice Day-----
I am not able to use ConfigurationManager. When I type Configuration, the automatic help only shows ConfigurationSettings.
-----Have A Nice Day-----
Yes you are true. I will have to use a web service to expose the data to the web application, XBAP from the SQL Server. But, I don't understand what was the need of this. Why was this not considered in the 2005 or earlier edition?
-----Have A Nice Day-----
Hi I am a beginner in the .Net 3.5. I am making a XBAP application and trying to declare the connection string in the app.config file. When i am using the same in my code I am receiving an unexpected error: Cannot create instance of 'Page1' defined in assembly 'WpfBrowserApplication1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exception has been thrown by the target of an invocation. Error in markup file 'Page1.xaml' Line 1 Position 7. I am using the following in the code behind:
string conn = ConfigurationSettings.AppSettings["ConnectionString"].ToString();
DataSet dsEmployees = SqlHelper.ExecuteDataset(conn, CommandType.StoredProcedure, "sp_fetchEmployees");
lstEmployees.DataContext = dsEmployees;
Kindly help as I am stuck completely
-----Have A Nice Day-----
modified on Friday, March 13, 2009 11:16 AM