any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.
2 4509How can we read a columnised text data in ASP.Net C#? Columnised means my data is stored in a text file and I have numeric data or string data in this file. For ex. If I am searching for the data of gender and I know that gender data is stored at column 32 in text file. How can I get this data in ASP.Net page. Thanks for help in advance.
2 5790Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats
1 30931. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
2 10782What is the difference between response.redirect and server.transfer, how to choose one among the other?
3 6840How to consume a webservice in a windows application without adding through the web reference?
1 6097I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com
2 4395
What are the advantages and limitations of query string?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Explain how cookies work. Give an example of cookie abuse.
What is the life-span of the items in the viewstate?
What is the difference between server-side scripting and client-side scripting?
Describe how ASP.NET maintains process isolation for each Web application?
Which is the parent class of the ASP.NET server control?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How do active server pages work?
Give an example of cookie abuse.
Explain the flow of processing of the request? : asp.net mvc
Is web config mandatory?
How many types of Cookies are available in ASP.NET?
What is a web based system?
How will you load dynamic assembly? How will create assesblies at run time?