ASP.NET/Questions

SubjectDate AskedExpert
What are the asp.net 3.5 basic concepts?3/6/2012Srini Nagarajan
  Q: Please provide the basic concepts in asp.net 3.5? And provide a simple note to understand very ...
  A: Have a look at the following url to know more about .NET 3.5 concepts and new give you all the new ...
Why delegates should be used ?3/4/2012Srini Nagarajan
  Q: What is delegate?. Why it should be used?. Where I need to apply it? How to apply? could you please ...
  A: Delegates Overview 1. Delegates are similar to C++ function pointers, but are type safe. 2. ...
.netgh11/24/2011Srini Nagarajan
  Q: What is silverlight? Diference between asp.net,c#.net,vb.net and for purposes these are used?
  A: Silverlight = it's like flash, microsoft product. ASP.NET = is a web based programing language C# = ...
Timeout expired11/21/2011Srini Nagarajan
  Q: Srini, I have a intranet website that just went online and written in C# ASP.NET using SQL Server ...
  A: This is big issue on asp.net database. you code need to be perfect. Check the following code which ...
crystal report10/10/2011Srini Nagarajan
  Q: I'm new to crystal report..my doubt is i had two tables with 5 fields and one is sum() field..in my ...
  A: You need to add the values manually Sum(Total Table1) + Sum(Total Table2) Here is the link will ...
asp.net configuration9/16/2011Srini Nagarajan
  Q: Your Open QuestionShow me another » I used at ASP.net of visaual stadio and for creat my role and ...
  A: I was away from my computer hence the delay. <connectionStrings> <remove name="LocalSqlServer" /> ...
asp.net configuration9/10/2011Srini Nagarajan
  Q: Your Open QuestionShow me another » I used at ASP.net of visaual stadio and for creat my role and ...
  A: What exactly you are trying to accomplish? Are you using SQL server as database to store your roles ...
best way using dataset,datatables9/1/2011Srini Nagarajan
  Q: im new to asp.net and id like to know which is more efficient way or more accepted way of doing the ...
  A: It's depends what type of results you are going to bring back. If you are going to bring less ...
best way using dataset,datatables8/26/2011Srini Nagarajan
  Q: im new to asp.net and id like to know which is more efficient way or more accepted way of doing the ...
  A: Sorry for the delay i was busy with at my work. Here is the sample code which gives you same result ...
VS 2005 web site public methods12/16/2010Hosnieh [Sara] Rafiee
  Q: In VB6 as wells as VS 2005 solutions for accessing common modules, the modules are stored in sub ...
  A: sorry for my late answer as it was holiday here. as I wrote you before put them in a same namespace ...
VS 2005 web site public methods12/15/2010Hosnieh [Sara] Rafiee
  Q: In VB6 as wells as VS 2005 solutions for accessing common modules, the modules are stored in sub ...
  A: please create a folder with the name "App_Code" and then put your classes and modules insite that . ...
VS 2005 web site public methods12/15/2010Hosnieh [Sara] Rafiee
  Q: In VB6 as wells as VS 2005 solutions for accessing common modules, the modules are stored in sub ...
  A: here you can use class , in vb.net you have modules and you can create module files but in c#.net ...
asp.net12/10/2010Hosnieh [Sara] Rafiee
  Q: i made a login page.its working successfully.after login it goes to default page.On default page i ...
  A: did you set the write access to where you want to upload your files? it seems that your program do ...
textbox.text is different11/24/2010Hosnieh [Sara] Rafiee
  Q: Hey, This isn't in C# but you may be able to help. In the load of a webpage i set the text property ...
  A: As far as I know whatever you set it in your page_load event, it will set , I mean if you for ...
asp.net or java9/5/2010Aman Bhullar
  Q: tech 3 year computer science.i know only c language and a little c++ so plz tell me that which ...
  A: Sorry for Late Reply. I was sick. I am .net developer and i will vote for .net. But i can support ...
Emailing asp results8/29/2010Hosnieh [Sara] Rafiee
  Q: I will briefly explain my scenario. I have inherited an event registration database in ASP. this is ...
  A: I am really sorry for my late response, I was on vacation and it took more time than I expected. ...
Avoid multiple login in different browsers8/16/2010Aman Bhullar
  Q: Sir, In a asp .net application i am working, i create a login page and use sessions to restrict ...
  A: You can achieve this as 1. Keep the login bit in the table from where you authenticate the user 2. ...
asp.net7/11/2010Hosnieh [Sara] Rafiee
  Q: if code can be developed based on asp.net,then who's responsible for executing this code? if CLR ...
  A: if you did not install .net framework on the system which you want to run asp.net, it could not ...
ASP Support7/4/2010Hosnieh [Sara] Rafiee
  Q: Im little new to asp.net platform and still learning. I have a feedback page (I used asp.net with c# ...
  A: could you explain the error message you receive? also do you use behind code I mean do you have a ...
Login Page...@7/2/2010Hosnieh [Sara] Rafiee
  Q: My Name Is Vandan From India. I Want To know About Login Page Control In ASP.NET With SQL SERVER ...
  A: There are many online samples that you can use them http://www.asp101.com/samples/login_aspx.asp ...
Passing an array from one server to another by Form Post6/9/2010Hosnieh [Sara] Rafiee
  Q: I have a requirement of sending an array generated from Mysql database and PHP from my server to ...
  A: you have some options 1- you can use webservice then in one webserver just call your webservice and ...
Passing an array from one server to another by Form Post6/9/2010Aman Bhullar
  Q: I have a requirement of sending an array generated from Mysql database and PHP from my server to ...
  A: You are trying to establish a communication between the two system who are technologically ...
email div tag5/15/2010Hosnieh [Sara] Rafiee
  Q: i want to email a div tag containing data grid and labels. i know the code to email text as mail ...
  A: you can send everything in HTML format when you change your body to HTML You cannot send server side ...
Dot Net4/21/2010Hosnieh [Sara] Rafiee
  Q: I used the CreateUserWizard control to create new users. It amazes me how powerful the control is. ...
  A: put your connection string to connect to sql which you want ConnectionString1 <!--MEMBERSHIP--> ...
Dot Net4/16/2010Hosnieh [Sara] Rafiee
  Q: I used the CreateUserWizard control to create new users. It amazes me how powerful the control is. ...
  A: the connection string should be in role manager in web.config file <roleManager enabled="true" > ...
asp.net4/14/2010Hosnieh [Sara] Rafiee
  Q: You had given me the codes (that was my old question) as given below for C#, can you suggest me for ...
  A: <%@ Page language="vb" %> <%@ imports Namespace="System.Data" %> <script runat="server"> public ...
asp.net4/14/2010Hosnieh [Sara] Rafiee
  Q: Sir...I am facing some problem here in my coding: ...
  A: mydatasource.ConnectionString = ...
asp.net4/7/2010Hosnieh [Sara] Rafiee
  Q: sir.... if I have a image (printer image) on my asp form and I want when user clicks that image (or ...
  A: In asp.net, your hand is not really Open to work on printer very much, if you want to print just the ...
asp.net4/6/2010Hosnieh [Sara] Rafiee
  Q: I have created a project for school to submit the application form online by the students. I want to ...
  A: if you used SQL server, then I could suggest you to use stored procedures and use output parameters ...
Runtime Error3/20/2010Hosnieh [Sara] Rafiee
  Q: As there in previous question there are too many follow-ups message I am using new question section. ...
  A: you can add your connection string to your web.config but not the code <?xml version="1.0"?> ...
asp.net database3/18/2010Hosnieh [Sara] Rafiee
  Q: as i am hosting a website, my hosting service provider has given me the microsoft sql server 2005 ...
  A: not only you should add that username and password in your asp.net code but also you should add that ...
asp.net database3/16/2010Hosnieh [Sara] Rafiee
  Q: as i am hosting a website, my hosting service provider has given me the microsoft sql server 2005 ...
  A: yes, if you don't have sql server management on your system ...
asp.net database3/15/2010Hosnieh [Sara] Rafiee
  Q: as i am hosting a website, my hosting service provider has given me the microsoft sql server 2005 ...
  A: I think in your host control panel it should be where you can define a username and password for ...
ASP.Net 2.03/4/2010Hosnieh [Sara] Rafiee
  Q: First I would like you thank you for your previous valuable reply, I am learning many things from ...
  A: put your default.aspx file or all files which you want to have a permission , in a folder I imagine ...
ASP.Net 2.03/4/2010Hosnieh [Sara] Rafiee
  Q: I want to let the access for some of my user to a page named Default.aspx. I have also a page named ...
  A: <forms loginUrl="Login.aspx" protection="All" timeout="30" name=".ASPXAUTH" path="/" ...
Storing value in Byte3/2/2010Hosnieh [Sara] Rafiee
  Q: In our project, we are trying to store file in MySQL. We have converted the file content into bytes ...
  A: for writing binary in your file first you need to create that file and save it on somewhere on your ...
DataGrid control2/26/2010Hosnieh [Sara] Rafiee
  Q: I am new to ASP.NET. I dont know how to use Datagrid control. Can you explain how to use? please ...
  A: There is many simple samples on Internet that you can find some of them in following links ...
asp.net2/26/2010Hosnieh [Sara] Rafiee
  Q: Greetings for the Day !! Sir...I am very beginner in ASP.Net (basically in database). I have ...
  A: In web application we do not have MsgBox("Thank you for using this service. I'll shortly reply ...
Grid View2/25/2010Hosnieh [Sara] Rafiee
  Q: I have a grid Calles SalesOrderGrid and it has a Command Field Edit when i click on it a pop up ...
  A: and sorry for my late response use this function and call it refix="mbcb" ...
Parent Window2/24/2010Hosnieh [Sara] Rafiee
  Q: How Can i fix Size of Parent Window when Pop Up(Child Window) Open Plwase help me
  A: sorry for my late response, I was so busy recently as far as I know you cannot change the size of ...

Page:    1  |  2   |  Next       All

ASP.NET

All Answers


Answers by Expert:


Ask Experts

Volunteer


Srini Nagarajan

Top Expert on this page

Expertise

I can answer any questions on ASP.NET on any version. I have more than 10 years of exp.

Experience

asp.net, c#, vb.net, SQL Server, Oracle

Organizations
better not to disclose

Education/Credentials
post graduate

©2012 About.com, a part of The New York Times Company. All rights reserved.