thanx a lot... i just did as per ur procedure..
sohne
Posts
-
transaction log in sql server 2000 -
transaction log in sql server 2000tran log of my database is now hge in size and my disc space is almost full. what do i do now? should i take backup of tran log or change the path of transaction log file to another disc location.. please suggest..
-
SAP .Net helpCan any one help me in with documentation of RFC modules? I need help regarding BDC function module(Recording and running a SAP transaction).
-
SAP .Net HelpCan any one help me in with documentation of RFC modules? I need help regarding BDC function module(Recording and running a SAP transaction).
-
Meta data searchso what is the alternative methods to increase the search of web forms
-
Meta data searchi m putting meta data html tags of an ASP.NET webform on runtime, like for /> i do same for /> will it help the website to be searched more often from search engines. OR putting static value in the content attribute of the meta tag be right way
-
acessing a user control's fields from a web pagei m using the method but not successful. The ':' is used in case of name and '_' is used in case of control ID.
-
acessing a user control's fields from a web pagehi, I have a web form named WF_A. on this web page i have a user control named UC_A and in user control UC_A there is another user control named UC_B. in user control UC_B there is a Textbox. How can i get values from is text box from WF_A?
-
How to call a webservice which allows impersonationHi I have a webservice which allows impersonation. To call this webservice i have a web application which also allows impersonation. when i call this websevice an error is thrown "401, Access Denied."; So which all chnages i have to make in my web application to make a successful call to this webservice.
-
olap access rights using .Nethow can i set access rights to an olap cube in sql server analysis services 2005 using .net c# code? which class do i need?
-
Problem in accessing webservicewhen i m accessing a webservice using a web app built in asp.net 1.1. It is working fine. Web app and web service has integrated windows authentication. it is working fine. but when i access this same web service from my asp.net 2.0 app. it is giving error of 401 unauthorized access. what can be the problem?
-
Editing Pivot table dataHow can i do this programmatically using c#.
-
Pivot table programming with c#, asp.nethow can i create Pivot tables programmatically using c#, asp.net. Is there site from where i can get help related to this.
-
Pivot tablesI saw one example of how to display Pivot Table protected PivotTableClass pt; pt = new PivotTableClass(); pt.ConnectionString ="Provider=SQLOLEDB.1;Data Source=AHD-2003;database=northwind;user id=sa;password=;"; pt.DataMember ="select * from suppliers"; pt.ShowDetails(); I m using OWC10. But there is no method named ShowDetails(). How can it be? Do u have any example of how to display Pivot table programmatically.
-
Pivot tablesI m using a Pivot table and a chart in my asp.net 2.0(C#) application. I want to edit data in Pivot table and save in the sql database. Is there any way of doing it?
-
OWC10 Compatibility with ASP.NET 2.0Problem is when I add MS Office charting 10.0 component in toolbox it appears as disabled. But when i add this comp. in the VS 2005's window version it gives no problem. How do I use OWC10 office component in ASP.NET 2.0?
-
Redirecting to a 2nd webform without a postbackis it possible using atlas.
-
Urgent Master Page Problem(ASP.NET 2.0 )how can i change the url of the content page in contentPlaceholder. Currently it is now allowing to specify the url of content page. I have a page in another folder. How can i achive this
-
Thread was being abortedwhy this error occurs when i write Server.Trasfer(page.aspx) in a try/catch block
-
gridview problemMy problem was i didn't attached an objectdatasource to the gridview. I was only getting RowIndex in the RowUpdating event. As i was not able to get the newValues,oldValues/Keys, I attached an objectdatasource(which is attached .dll file) to the gridview control. Now when i click on update link on the gridview, I get the newValues,oldValues/Keys. If i want to get access to newValues,oldValues/Keys in a RowUpdating event of a gridview/detailsview, do i have to always assign an objectdatasource.