Hi,
In my application I am using treeview to show items. Now I need to show a textbox to enter rate when user selects the item. If the user select a parent node user have to enter rate for all child nodes. How to make it possible. your help and guidance is highly appreciated.
Thanks,
Anoop S.
User Profile
Collapse
-
Thanks Frinny for your immediate response. But it affects the performance of my application while a number of users are online. Can I clear the particular dataset from session when the page is no more using. -
How do I maintain dataset across page postback without session ?
Hi,
In my application I need to display reports in datagrid, But need to display only 10 records at a time. I implemented paging by using session. I know it is not a good practice. Some sites suggested to fetch the only records that needed to display. But the problem It is very complicated procedure and will take much more time to run the procedure. How can I avoid the use of Session for storing the heavy ado object. How can I maintain... -
how to optimize scriptresource.axd to reduce pagesize in asp.net 2.0?
In my web application i have used ajax control toolkit, when I run and save the page, so many scriptresource. axd and webresource.axd file are generated and it make my page become heavy. How to reduce the size of .axd files as I am using ASP.Net 2.0.
Thanks in advance,
Anoop S -
Thanks for immediate response, I am using form authentication.Leave a comment:
-
Thanks, I used another idea to display stopwatch, used wait.aspx to display stopwatch...
pls go through this link .. http://msdn.microsoft.com/en-us/magazine/cc164051.aspxLeave a comment:
-
How to abandon previous session of the same user?
Hi,
I 'm working on a web application. suppose user 'A' login from machine 'X'. If the same user tries to login from another machine, he should automatically signout from mechine'X'. In short i want to avoid multiple login. Pls Help me!!!. Thanks in advance
Anoop S. -
how to call javascript functions on onload and render events of iframe?
Hi
I wants to display a stopwatch on my page, it will starts count on when iframe in the page starts loading and stop on finishing loading for finding the time taken for executing particular procedure. I have the javascript function to start and stop stopwatch. But the problem is when it will call. i have tried onload, prerender events of iframe, but browsers are not supporting this events. If u have any good suggestions please... -
Can I set batch size more than 1,00,000 in sqlBulkCopy ?
Hi,
In my C# application I am using SqlBulkCopy for inserting data to DB. I set Batchsize as number of rows in my data table. Normally it have 4000 - 5000 records. But in worst case it may be 1,00,000 records. Is there any chance for connection time out error. What is the best practice for batch size. Thanks in advance
Anoop. -
Hi I got answer
select FORMAT(Voucherd ate,'dd/MM/yyyy')from tbl.
its working.Leave a comment:
-
How can I convert date format of a column in oledb select statement?
Hi,
In my web application I want fetch data from fixed width text file. I am using OLEDB connection for retrieving data. But the problem is the date format is dd/mm/yyyy in text file. Can I change it into mm/dd/yyyy format while fetching. Thanks in advance. -
Can I use web services for importing data from one application to another?
Hi,
I have one web application monitor the sales and distribution. I have to insert sales figures into my database from distributors application. My application is asp.net web application C# as code behind and SqlServer as back end. Distributors are using different applications with different languages and back ends. Can I use web service for this. Currently we are using doc files for transfer data. Thanks in advance. -
anoop s started a topic How to avoid blinking of ajax watermark extender according to tick event of timer?in ASP .NETHow to avoid blinking of ajax watermark extender according to tick event of timer?
Hi,
I am using ajax timer control in my website for refreshing a particular update panel. It is working properly. But the problem is I used watermark extender for one text box, the text is refreshing(blin king) according to tick event of timer. I mentioned update mode is conditional for the update panel. how we can avoid blinking of text. Thanks in advance. -
anoop s started a topic How to display items of datalist one at a time and automaticaly change after few sec?in ASP .NETHow to display items of datalist one at a time and automaticaly change after few sec?
Hi
I have to display customer's details in my home page. Now I am using datalist and marquee for it. But client's requirement is display one customer's details some seconds then next (dont want moving). Thanks in advance. -
anoop s started a topic How to display items of completion list of ajax autocomplete extender row by row?in ASP .NETHow to display items of completion list of ajax autocomplete extender row by row?
Hi,
How to display items of completion list of ajax autocompleteext ender one at a row. Now it is displaying two or three according to the size of items in a row.
thanks -
anoop s started a topic How to delete records of one table that exist in another table have no keys?in SQL ServerHow to delete records of one table that exist in another table have no keys?
I want to delete records of one table that exist in another table. The tables have no primary key. It will take a lot of time compare field by field. Is there any method record by record comparison and deletion
No activity results to display
Show More
Leave a comment: