Hi there, i have a sql server table there i have thousands of record and when i call it from Stored procedure then it will take very huge time to display records how can i make Fast. Thanks in Advance
Ravi_21
Posts
-
Sql Server Fetching Data -
Web.Config FIleHI my requirement is different i have two website both have registration form i now i have to sync the data of both website i have one another website which have the admin section through which i approve the Users that are register in both the two website i m using asp.net membership and role here is the problem
-
Web.Config FIleBut i have to change the Membership and role in both database
-
Web.Config FIleHi i Have a application in which i have to sync two database from two other site Can i use two web.config file in one website
-
Get geographical location using IP addressBut How can i get the geographical database can u suggest me for that
-
Get geographical location using IP addressHi, if i have the ip address then how can i find the geographical location of that perticular IP address thanks,
-
Date Compare Validation Inside a Data GridHello i m using a datagird and when edit mode i want to compare the two date but it dont work the code inside edit item template is: Operator="LessThanEqual" Type="Date" ErrorMessage="*Required" Display="Dynamic" EnableClientScript="true">
-
Help in creating User controlI need to pass the parameter from th aspx file to user control their i have create a fucntion to retreive data ob behalf of certain criterias
-
Help in creating User controlHi i have to create a User control in which textboxes are created dynamically from the database and also save the data which is in textboxes can anyone help
-
Create a user control DynamicallyHi there i want to create a user control which are create dynamically and in that i want function which take one parameter say id on behalf of that id it will return some collection of data. i want number of textbox=no.of count of that database collection Can any one provide me the Giudence on this topic
-
Dynamic create Textbox as per databasei have created the textbox in the page load event and i want the value after button click event and one more thing how can i map these result to the new database table as the number of textboxes are increase or decrease
-
Dynamic create Textbox as per databasei have created the textbox from the database but now i want to read the text which is in textboxes and save to another table
-
Dynamic create Textbox as per databaseHi i have one urgent problem i want to generate the textbox from the code section and after that i want to read the values of those textboxes but i cant get the solution right Please help me its urgent for me
-
Help need in gridviewJust do one thing take that column as tamplate column and wite a protacted function from code behind in that protacted function u just take the data from the database column which u have to dispaly and count the lenght of the String and take one for loop from 0 to say 50 words and take one string builder and create one table from code behind when the looop reaches the maximum character u have provide then take one ancor tag dispaly.... and u can navigate to next page for whole description of that column
-
about drop down listjust do one thing take three drop down list and in that three u have enter manually dd and mmm and yyyy in the year section u add ten year after this year by programetically and take the values and merge them in dd/mmm/yyyy formate and if u think any problem then told me
-
how to access data from one site to anotherr u using the centarlised database
-
Logging out of the websitewhen the user click on the logout button then it is redirected to the logout page where in page load event their is the code for delete the cookie and redorect to login page.
-
Auto logout functionalityWhen you are login just make the cokie for user and set expiration time of the cookie say five minut and on that sensitive pages u just check the cookie on the page load event if the user came at that page after five minut then the cookie will expire and redirect to login page.
-
Problem with asp.net validators .net 2.0in the search button put this html code as a suggest below: CausesValidation="false" hope it will solve ur problem
-
how to create shopping cart using xmlhi every one i want to create the shopping cart with xml can anyone have any idea about how to create it