AllExperts > C# 
Search      
C#
Volunteer
Answers to thousands of questions
 Home · More C# Questions · Question Library  · Free Encyclopedia ·
More C# Answers
Question Library

Ask a question about C#
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Hosnieh [Sara]
(Top Expert on this page)

Expertise
Questions which I can answers: 1- Programming (C#.net, Vb.net, javascript, HTML) more Web applications 2- CSS 3-Databases (Ms SQL server -all versions) 4-OS (workstation and servers (windows)) 5- MS office 6- General problems in computer software I cannot answer other kinds of questions which I did not mention here.

Experience
my CV: http://iran-americamarket.com/Contact.aspx I have more than 8 years Experience in IT field. my core skills are : • Asp.net Developer (Portal, Dynamic websites ,e-commercial websites) • Visual studio.net 2003,2005,2008 (VB.net , C#.net , AJAX.net) • O.O programming (n-tier Architecture) • Database (SQL server 2000-2005, Oracle9i, Ms Access) , TSQL, Stored procedures, Triggers • IIS 5-6 , SSL (Installation and configuration SSL) , Network(TCP/IP ,Active directory , DHCP, … ), Windows 2000-2003 Server Configuration and administration • UML (usecase diagram, class diagram) , Microsoft Project • Graphics Design( Photoshop , Flash ) • JavaScript , CSS, DHTML, XML • Hardware (physical installation, configuration , and driver installation) • Ms Office all versions (Ms word, Ms Access, Ms Excel, Ms Outlook , Ms FrontPage, and etc) • OS (Windows –Linux) and VMware • Network Monitoring (Solarwinds) • Computer Teacher, English Teacher • MATLAB (simulations and computation projects)

Organizations
-

Publications
Translation Experience English to Farsi • Use brain scan to predict when people will buy products . May 2008 (Published in AI Magazine) – Medicine , AI • Totally tubular motors _Tomorrow automation technology : March 2008 (Published in AI Magazine) – AI , Mechanic, Industry • Improving PLC compatibility and function flexibility: March 2008 (Published in AI Magazine) – AI , Robotics , Industry • Make packaging lines more flexible: January 2008 (Published in AI Magazine) – AI , Robotics , Industry • Personal CNC : December 2007 (Published in AI Magazine) – AI , Medical , Industry • Multipurpose optical tools Characterize as MEMS: December 2007 (Published in AI Magazine)- optical physics • Managing Innovation: November 2007 (Published in AI Magazine) – IT Management • Calculating the total value of ownership (TVO):October 2007 (Published in San-ate Hooshmand Magazine) -IT and Economics

Education/Credentials
I am currently student and doing my Master in Computer Network Engineering

Awards and Honors
- Poster about new methods of management in Organization( Entrepreneurship ) - 2007

Past/Present Clients
-

   

You are here:  Experts > Computing/Technology > Microsoft .NET > C#

SubjectDate AskedExpert

c#10/26/2009Hosnieh [Sara]
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc
  A: private void button1_Click(object sender, EventArgs e) { int i, j, counter = ...
c#10/23/2009Hosnieh [Sara]
  Q: i wana to make a prog that read the int value if user enter 1 then show one if 123 show one two ...
  A: private void button1_Click(object sender, EventArgs e) { int i,j,counter=0; ...
get bmp from image10/20/2009Hosnieh [Sara]
  Q: I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I ...
  A: so it seems that the WebCam dll or the code or class related to that has problem and cannot detect ...
get bmp from image10/19/2009Hosnieh [Sara]
  Q: I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I ...
  A: I try to help you as much as I can but first I need to know more about your problem. does your ...
how to use Dataset object and objectDataSource to edit data10/19/2009Hosnieh [Sara]
  Q: Hi I 'm new to ASP.NET and C#. I have some table which are joined together. for example: ...
  A: salam, masaleyeh aval inke agar shoma darid yek table ro update mikonid dige chera az inner join... ...
how to use Dataset object and objectDataSource to edit data10/18/2009Hosnieh [Sara]
  Q: Hi I 'm new to ASP.NET and C#. I have some table which are joined together. for example: ...
  A: Salam, yes you can write in Persian, Do you set parameters to your objectdatasource, also if you ...
C# Question10/16/2009Hosnieh [Sara]
  Q: I am C# programmer My application is not running and i have to open it on any key press. Like when ...
  A: int counter; protected override void OnKeyDown(KeyEventArgs keyEvent) { ...
c#10/14/2009Hosnieh [Sara]
  Q: i wana to make a prog that read the int value if user enter 1 then show one if 123 show one two ...
  A: for instance you have a textbox on your form and a button write this code in a click of your button ...
C# Question10/13/2009Hosnieh [Sara]
  Q: I am C# programmer My application is not running and i have to open it on any key press. Like when ...
  A: I didn't get your meaning exactly 1- you want to open your application when you press ctrl+L or ...
Browser back button issue7/7/2009Srini Nagarajan
  Q: , consider i am working on serach pages,in that page there is a search panel(user control) on ...
  A: Sorry I was on vacation and busy with my work.. It's very hard to handle the Ajax controls with ...
About web application using c#6/6/2009RPK
  Q: I want to make database application in C#, but i want to make it global throught differnt cities, so ...
  A: Yes it is possible. You need to follow this: (1) You will have to make one computer a Server where ...
About web application using c#6/6/2009RPK
  Q: I want to make database application in C#, but i want to make it global throught differnt cities, so ...
  A: If you have specific users, you can write a Windows application using C# that can access a remote ...
Project using C#2/4/2009RPK
  Q: I am a student of BCS. I am thinking of doing my final year project using C#. What i want to know is ...
  A: You can develop a wide variety of applications using C#. If you want to write a web application, ...
Picturebox control12/5/2008RPK
  Q: I am currently given a program to do at college but I have worked on it for about 2 weeks now and ...
  A: Actually a tick is not a second, it is something in milliseconds. You need to calculate seconds ...
C#11/28/2008RPK
  Q: i need a linking code from C# based user interface to the database created using SQL, please assist ...
  A: The question is not very clear. I assume that you are building a web application and you want your ...
C# and Web Applications11/23/2008RPK
  Q: I have an administration system that i have created in AJAX (JavaScript + PHP) which is displayed ...
  A: I have not used PHP and JavaScript more, but I think the following may help: You can make use of ...
send mail10/30/2008RPK
  Q: Respected Sir, I am Sending mail on the click of a button , and it is quite successful at my ...
  A: Please follow this link: http://www.codeproject.com/KB/miscctrl/SmtpEmailComponent.aspx The server ...
Problem with VS200510/28/2008RPK
  Q: I am trying to filter some records with a simple SQL instruction that works fine in VB5. In VB2005, ...
  A: I would like to see the Access Table. Can you send me? However, I have one suggestion in the second ...
message box10/23/2008RPK
  Q: sir I want to place a message box in my asp.net 2.0,vb.net project..it is saved in file system..i ...
  A: It is not working because your application is hosted on a remote server and not on your machine. For ...
C#10/17/2008RPK
  Q: i wish to give a link in a form which will take user to new window( this window should diaplay sum ...
  A: Do you really need a different Form just to show the sum. Why you cannot show in Message Box? ...
How to set landscape for the default printer?10/15/2008RPK
  Q: My project requires to print PDF files in landscape and portrait paper orientation (it depends on ...
  A: Actually, I have tried in different way before. Please see if any of the following suggestion helps: ...
checkbox list10/13/2008RPK
  Q: i have a check box list pls give me solution to that how can i insert the multiple value in database ...
  A: Your questions are not very clear in English. However what I am following is that you want to insert ...
.net10/10/2008RPK
  Q: sir i m new in .net so i m phasing many problem in creating websites sir pleese send me the code or ...
  A: There are two ways: (1) You can save path in the database as normal text. For example, you can ...
datagridview performance in c#.net10/8/2008RPK
  Q: I am proccessing on some values from input files and forming a dataset containing one table in ...
  A: Is there any specific reason for creating columns at run-time? I also used a Binding Source for my ...
datagridview performance in c#.net10/7/2008RPK
  Q: I am proccessing on some values from input files and forming a dataset containing one table in ...
  A: It is usually quite slow if you are filling the DataGridView on Form Load. I can better tell if you ...
Multilangauge in C#9/17/2008RPK
  Q: Please explain me how can I develop Urdu/Arabic(native lang) Language in C# using SQL Server ...
  A: I tried with Hindi language. There is no need to alter anything in the database, as far as I did ...
need help9/1/2008RPK
  Q: how to display data from sql database in drop down list which is inside a grid view using stored ...
  A: Please refer the link below. http://msdn.microsoft.com/en-us/library/k10148y1(VS.80).aspx You can ...
bind dropdownlist8/28/2008RPK
  Q: how to bind dropdownlist which is part of a gridview with data base
  A: Please refer following links: http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=113608 ...
in c#8/27/2008RPK
  Q: how can add images in my form.And give me code for adding images
  A: Please refer the following links for your answer: ...
WANT TO KNOW8/26/2008RPK
  Q: Respected Sir ; I am a Student of B.TECH . Now I am getting training in an IT company at ludhiana. ...
  A: It depends on your ideas. Search in Google and you will find many ideas that you can implement. ...
need help8/26/2008RPK
  Q: As a biggner I am not using stored procedure yet in my coding , now i want to add, delete, update ...
  A: Please refer any of the links: ...
needs furnishing..8/22/2008RPK
  Q: :) pls help me make this program in C# that i made run. here's the code.. using System; namespace ...
  A: Try as below. I hope this is what you want: namespace calculate2 { class Program { ...
update data in grid view8/21/2008RPK
  Q: Respected Sir , I am a biggner. I have a simple form in which columns just have name and age and ...
  A: Please provide some more information. Do you want to edit any cell and thereby want to change the ...
[TARGETDIR] in setup project of VS 20058/18/2008RPK
  Q: I found where to create new registry keys, but I would like on of these keys to have the ...
  A: I can't help much as it is not very clear what you are trying to achieve. Still you can check ...
DatagridviewCell in c#.net7/2/2008Srini Nagarajan
  Q: i have created a tool in c#.net which displays data in a datagridview.i have provide a 'Find' button ...
  A: Sorry for the delay, i was away!! (Still away) You can do it thru javascript here are some of the ...
hello7/2/2008Srini Nagarajan
  Q: I want to learn a program ,that is good for security systems.which programming is good? & which book ...
  A: Sorry for the delay I am away!!. You can start with C# basis. C# is part of .NET (DOT NET) frame ...
connection string6/22/2008Srini Nagarajan
  Q: I'm using vb.net 2005 express and sql server 2005. I'm currently writting my connection strings like ...
  A: Here are the different options you can connect Database in ASP.NET.. Bit much but gives you idea ...
how to trigger a dropdownlist refresh6/4/2008Srini Nagarajan
  Q: I'm kind of new to C#.NET and I've been breaking my head on this one for 2 days now. What I am ...
  A: Hope this helps I've created example web form with two dropdown lists to it and name it as ddlMain ...
C#.net datagridview5/17/2008Srini Nagarajan
  Q: I am using datagridview in c#.net.I have kept the fixed column width.I want to adjust the row height ...
  A: if you use fixed column width, you have to make sure give enough space to each column and total grid ...
text files with c#.net5/7/2008Srini Nagarajan
  Q: i am working in c#.net. I have a text file of 10MB which contains lot of data.i want to process the ...
  A: May be you cane have a look at IFilter whether it can solve your problem good article about it: ...

Page:   1 | 2 | 3  |  Next      All


Questions by
Active Experts:
Hosnieh [Sara]Srini NagarajanNick
   

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.