any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.
2 4610How 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 5895Create 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 31781. 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 10916What is the difference between response.redirect and server.transfer, how to choose one among the other?
3 7000How to consume a webservice in a windows application without adding through the web reference?
1 6181I 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 4537
Can you explain one critical mapping? Performance issue which one is better?
To load your generated dataset with data which method do you invoke?
Where do we store our connection string in asp.net application?
What are the different validators in asp.net?
What is the purpose of master page?
Give 2 examples for scenarios when routing is not applied?
What is asp.net futures?
What are Session states available and its Uses?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Write a code snippet to implement the indentation in json in web api.
Any disadvantages in Dataset and in reflection ?
What is asp net_sessionid?
What is OSI layer? Explain different layers.
What is event in asp.net?
What does asp in asp.net stand for?