Hi !! How to allow paging in DataList? Plz Reply soon.Its urgent. Thanx
lastFarhi
Posts
-
Paging in DataList -
Horizontal scrolling in DataGridHi all.... I've a DataGrid dat have 15 columns to display. It becomes so large dat it does'nt fit on de page.I want to do horizontal scrolling in DataGrid.Is it possible?? if ny1 know abt it kindly do tell me or some other way to apply horizontal scrolling in DataGrid. Thanks in advance
-
File Upload to server hard disk in asp.netDrag nd Drop Html control input(file) nd in code behind write following code string fn = System.IO.Path.GetFileName(YourfileName.PostedFile.FileName); string SaveLocation = Server.MapPath("FolderName") + "\\" + fn; YourfileName.PostedFile.SaveAs(SaveLocation); Response.Write(fn + " Has been uploaded to " + SaveLocation); Instead of "YourfileName" use de id of input(file) control nd FolderName is de name of de folder on server in which to upload de file. i think it will solve ur problem.
-
Order Tracking in shopping cart application....plz helpHi Im working on a student project. It is a shopping cart application using asp.net and C#. I need to track orders submitted by customers. When a customer submits an order it is shipped to her address using ny courier service.An id will be returned by courier service that will be used to track the order.Som1 told me dat webservice will be used to do this.I dont know how 2 use web services. Kindly give me code for above mentioned procedure as soon as possible.
-
Password security Algorithm neededthanx for concern actually I am developing an e-commerce application in asp.net using c#. During user registration process, password will be taken from textbox and will be stored in SQL Server DB. i want to do encryption while storing password in DB and algorithm is required here.
-
Password security Algorithm neededHi all!! Is any1 kind enuf to help me out about password security while developing web applications. any material any password security algo any link kindly do help me thanx in advance