Hi, My procedure return multiple result set. I need to assign it to generic list. How can i work a generic list like dataset do? I am using it in web service, so i avoid using dataset. I want the result in List<> Thankyou YPKI
yesu prakash
Posts
-
Return multiple result set to Generic List -
Default font name of Silverlight XAML PagesHi, What is the default font used in silverlight XAML page. How can i use xaml default font in aspx pages? Thankyou, YPKI
-
File Encryption and DecryptionHi, How to encrypt a uploaded file and save it in the server and how to download it as actual file. eg: Upload a .docx file to server and save it as an encrypted file. When download it, it shall be download as .docx file. Thankyou
-
Silverlight project publishHi, In VS 2010, when i try to publish i am getting all the files including .cs pages, which contain c# codes, project file etc. I need only the required files for publish. When i build using Release mode, it does not create all files. How can i publish as like done in VS2009. Thankyou, YP
-
IIS Web sharing is blocked in the networkHi, I published asp.net files in a windows xp which is in a network. Its working fine in the local system, but it is not accessible in other systems in the network. The message shows page not found. Where is the problem? Need to give any web sharing privileges? Thankyou, YPKI
-
Find X,Y position of a elementHi, How to find the Find X,Y position of a element, which is working both in IE and Firefox. Codes from net not working in mozilla. Thankyou
-
Using where condition in Linked server with ms access in sql server.Hi How to write a where condition in the OPENQUERY to get data from ms access using linked server. select * from openquery(AccessDB,'select * from TblEmp where EmpPK=1'). This query show the following error message " OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "AccessDB" returned message "No value given for one or more required parameters.". Msg 7320, Level 16, State 2, Line 1 Cannot execute the query "select * from TblEmp where EmpPK=1" against OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "AccessDB". " With out where condition its working fine Thankyou YPKI
-
Connection between MS Access and SQL ServerThere is no IMPORT DATA in TASK. I am Using 2005 SQL Server. Also i want to connect with ms access to retrive the employees details from a stored procedure when requried.
-
Connection between MS Access and SQL ServerHi, How to access database of MS Access from SQL Server? eg: I have a MS Access database with empoloyees details. From SQL Server database i need to get the employees details from MS Access. Thankyou, YPKI
-
Bulk Insert into database from datatable or dataset or datagridHi, How to insert a bulk data from a datatable or dataset or datagrid into database in a single click. Thankyou YPKI
-
Bulk Insert into databaseHi, How to insert a bulk data from a datatable or dataset or datagrid into database in a single click. Thankyou YPKI
-
Data display with dynamic coloumHi, I need to display data with dynamic generation of template column. The heading of the column is taken from database and its number will be dynamic. All the items of the columns will be template column to add a checkbox. For this which control will be suitable? DataList or ListView or Detailsview or any other controls? eg: I want to display the group and group member name like below with a check box in each item for edit ......Group1..........|.........Group1........|........Group1.........|........Group1........| Name1 Checkbox | Name1 Checkbox | NameA Checkbox | Name7 Checkbox Name9 Checkbox | Name4 Checkbox | NameS Checkbox | NameO Checkbox Name7 Checkbox | Name6 Checkbox | NameC Checkbox | NameP Checkbox Name6 Checkbox | Name7 Checkbox | NameR Checkbox | NameK Checkbox Name4 Checkbox | Name8 Checkbox | NameI Checkbox | NameL Checkbox Thankyou YPKI
-
Bulk file uplaod from a folderHi, How to upload all the files from a folder in a button click. eg: there is a folder in the client system with some files, from a button click i need to upload all the files from that folder. is it possible in asp.net or javascript. or will it possible if the folder is in the server where the files are published. Thankyou, YPKI
-
Block Concurrent userHi, How to block the login of same user at different location in asp.net. Thankyou, ypki
-
isnull in linq where conditionHi, How to write isnull(exp1,exp2) in the where condition of linq. eg; SQL: ... where userpk = isnull(@userpk,userpk) i need to convert the above query to linq Thankyou, Yesuprakash
-
SQL Automatic backupHi, How to take SQL Server backup automatically at a given schedule. Thankyou, YPKI
-
Navigate between xaml page from aspx pageHi, How to navigate between xaml page from aspx page. eg: I have two XAML page A.XAML and B.XAML. In the .web project, i have an ASPX page with two linkbutton, when i click the first linkbutton i need to open A.XAML, when click on second linkbutton i need to open B.XAML Thankyou YPKI
-
Open a XAML page from aspx pageHi, How to open or navigate to a XAML page from a button click in the .aspx page in the .web project. Thankyou YPKI
-
Navigate in Frame from codeHi, How can i navigate to another page in a frame from code behind. ex: I have a navigate frame, when i click on a link button from outside navigate frame i need to navigate it to another page by writing code behind. i try .. ContentFrame.UriMapper.MapUri(new Uri(@"/EmployeeList.xaml")); ContentFrame.Source = new Uri("/EmployeeList.xaml"); in the click event. error i get is Microsoft JScript runtime error: Unhandled Error in Silverlight Application Invalid URI: The format of the URI could not be determined. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Uri..ctor(String uriString) at HRMS.MainPage.Menu_MenuItemClicked(Object sender, EventArgs e) at SilverlightMenu.Library.Menu.gridLevel2_MouseLeftButtonUp(Object sender, MouseButtonEventArgs e) at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName) Thankyou, YPKI
-
Client side validation