voice recognition
hello, i want to devolope a web project in which a user can talk in the microphone and then the server can get this sound and react on the basis of the meaning of the sound or at least | | 0 | 0 | 13 hours ago |
live chat support
Hi guys, i have a requirement like live chat support(one to many) for my website.I am working on asp.net 2.0 using c | | 0 | 0 | 15 hours ago |
How to use DHL web service in asp.net
Hey friend. I want to use DHL web service for shippment service in asp.net. I googled a lot of but not success yet. I download toolkit for DHL and there are many response xml files. < | | 0 | 1 | 15 hours ago |
SMTP Mail Report
Hi All,
I am looking for a solution through which i can create the SMTP Mail Report. Actually i am sending newsletter from my website and want to create a report Which Contains | | 0 | 1 | 15 hours ago |
Find Control and input data inside frame
I am trying to work on a page scrape and having massive issues. i am looping through the frames to access data and links. I am able to loop through and get outertext element and click | | 0 | 1 | Yesterday |
webbased system, how to identify company/database
Hi all, I'm brainstorming ideas on how to identify an organisation so the employee/learner can login and be authenticated against their database. Background: We develop assessment | | 0 | 1 | Yesterday |
launching .exe on server
we have a web app on our intranet which is used as a launcher of programs. most are web apps except for one. this one program is also installed on the same web server. is there anyway to run | | 0 | 1 | Yesterday |
Daily currency update
hello
i want webservice for daily currency update...how it use????
Plz reply | | 0 | 1 | Yesterday |
asp.net
hi to all,
I want Pixel Ad script in asp.net. plz send me.........
saipooja | | 0 | 0 | Yesterday |
Unable to change the folder's property to be non-readonly
Hi, I put the primary data file and the transaction log file of one database schema (that are in Sql server express 2005) to one folder called 'c:\misc'. I uncheck the | | 0 | 1 | Yesterday |
help accessing outlook in my project
i want to use microft outlook using web forms and also using windows forms please help me how can i use
i want to use features of outlook like
email | | 0 | 0 | Yesterday |
retrieve data from multiple tables
hi,
i am trying to show ina gridview data from two tables named "ofotentry,fabotentry"
my asp.net codings are like this
| | 0 | 1 | Yesterday |
Hello please Help if you can
I am qorking on a new project that requires that every team player in an organization have a personal page. Something with a url that looks like | 0 | 1 | Yesterday |
css/xml
hello,
i wanted to move an image using css/xml...
and i want to incorporate that in my vb.net2008 as my home page...
how can i do that???
thanks | | 0 | 1 | Yesterday |
css/xml
hello,
i wanted to move a ship in my homepage using css/xml...
how can i do that???
thanks | | 0 | 1 | Yesterday |
Problem with Weborb
Hi all,
I have already finished a chap app using Flex - Weborb - Asp.net (C#). It work ok in localhost, but when I upload it on my host, it doesn't work. I think the problem in u | | 0 | 3 | 2 days ago |
Need help on deploying asp.net on IIS 6.0
Hello,
I have developed application using ASP.Net
3.5(Developed on 32bit environment), my client has server Windows
Server 2003 (64 bit).
Which framework should I install? | | 0 | 1 | 2 days ago |
Correct Controller code for a 301 Redirect
I am designing a new dynamic site from a static site. I have the route all
sorted but I have a question on my Action method.
Below is the code but when testing and looking at the headers | | 0 | 1 | 2 days ago |
How to encrypt Connectionstring written in web.config from codebehind?
Hi all,
I need to encrypt connectionstring and some appsettings keys value in
web.config from code behind.
Please help. | | 0 | 2 | 2 days ago |
Data persistence and updates in ASP.NET Web Forms
? Hello. I'm currently working on a web app/game using C# and ASP.NET(3.5).
However, I'm running into a problem of variables used in the main page being
reset to null whenever I c | | 0 | 2 | 2 days ago |
Dropdown Not Rendering After Databinding
I'm binding to a dropdown. It works on the initial load. On subsequent loads
(postbacks) it doesn't refresh the items in the dropdown.
using (< | | 0 | 1 | 2 days ago |
Can a web app access and modify the registry of Windows?
? Hello, I've been writing desktop apps in C# for some time now but I'm
increasingly getting frustrated with the fact that not everyone has .NET 2 or
Higher installed. I don't | | 0 | 1 | 2 days ago |
Asp.net is it possible to check page_load a click event is triggered?
When a button is clicked, I would like to check whether a button is clicked in my page_load. Is this possible? I am using asp.net 2.0 C# | | 0 | 0 | 2 days ago |
How to get server domain name
Can anybody tell me how to get servers domain name in asp.net? (Environment.UserDomainName returns
"IIS APPPOOL" string)
Tha | | 0 | 0 | 2 days ago |
JQuery event not working on async postback, fixing on 2nd postback, breakin g on 3rd
Here is a simplified version of my page:
<html xmlns="http://www.w3.org/1999/xhtml">
| | 0 | 1 | 2 days ago |
Is there a good “free” graphical web.config editor?
Like:
https://www.hunterstone.com/hsstore/ProductDetails.aspx?productID=101
but | | 0 | 1 | 2 days ago |
Bandwidth throttling for file download
I've following code to limit file download speed for an application;
context.Response.Buffer = false;
context.Response.AppendHeader("Content-Disposition",
&n | | 0 | 1 | 2 days ago |
How to get IP Address of User using .net??
In
my web application i have registration form, when user register i want to get
his ip address of his system, how can i get using asp.net. help me please. | | 0 | 2 | 2 days ago |
ASP.NET C# - How do I set a public property for a CheckBoxList inside a Use rControl?
I'm having trouble figuring this out. If I have a checkboxlist inside a
usercontrol, how do I loop through (or check, really) what boxes are checked in
the list?
As I said in the co | | 0 | 2 | 2 days ago |
Is excessive DataTable usage bad?
I was recently asked to assist another team in building an ASP .NET website.
They already have a significant amount of code written -- my specifically asked
build a few individual pages for the | | 0 | 3 | 2 days ago |
Caching architecture for search results in an ASP.NET application
What is a good design for caching
the results of an expensive search in an ASP.NET system?
Any ideas would be welcomed ...
particularly those that don't require inventing a c | | 0 | 1 | 2 days ago |
Using a line of code from codebehind in actual HTML page
I have a database connection which takes an input from the querystring to
access the appropriate data. However i have now upgraded things by encoding
this data. As a result i now need to run th | | 0 | 2 | 2 days ago |
ASP.Net Testing Suite?
I'm in the process of researching testing options for .Net development
particularly ASP.Net. What testing tools do you swear by? NUnit, Selenium,
RhinoMocks are my current apps in my toolbo | | 0 | 1 | 2 days ago |
How to organize ASP.NET request locking or row locking in DB
Hi! I've asp.net page/handler to access images. When performed fist request
to the image I resize image to standard size(save on disk) and return it. So I
need lock all request to the image | | 0 | 2 | 2 days ago |
how to set the color for all the content pages in master page
hi. i have 6 content place holder in my master page. i need to set the
background color [body] for all my content place holder in my master page to
light gold color. so that all my content page | | 0 | 0 | 2 days ago |
What does Convert to Web Application do?
In VS2008, I go to File/New/Project, select ASP.NET Web Application and
create a new project.
If I right-click on the newly created project, there is a menu item to Convert
to Web A | | 0 | 0 | 2 days ago |
Debugging an ASP.NET MVC site and ASP.NET MVC Source Code
I have been given an app written by someone else and the error I get when I
try to just launch the thing and the first look at it is:
"There is no source code available for the cur | | 0 | 1 | 2 days ago |
Can I get the webServer’s name when a host header is set (IIS, asp.Net)
Hi,
Is it possible to find what the Web Server's name is when the host header is
set to something else in an asp.net web app? Environment is a company intranet,
Windows 2003 server | | 0 | 1 | 2 days ago |
how to iterative thorugh an table using foreach condition
Hi, I have an table. I need to iterate,
for each(datarow r in datatable.rows){
foreach(datacolumns c in datatable.columns){
if() // need & | | 0 | 0 | 2 days ago |
how to connect to hotmail server
i am building a web site in wich i want to read the emails of hotmail and send the emails through my application to hotmail . i am using pop3 but i am not able to connect to server it is giving e | | 0 | 2 | 3 days ago |
Non visual control development in window forms applications
Hi,
I have been developing an desktop application in VB.NET
3.5. I have come across a situation where i need to develop a user
control that contains infragistics validator compon | | 0 | 2 | 3 days ago |
Blog
Hi friends, I've created a blog in blogspot.com. I would like to add asp.net articles and some code in my blog... where i can get? Please suggest me...
| 0 | 0 | 3 days ago |
Populating treeview from a list of filepath
Hi,
In a column of a table i have the below content
Main/ Main/Tag Main/Documents Main/Source &nb | | 0 | 1 | 4 days ago |
Populating treeview from a list of filepath
Hi,
In my sql server db, in a column of a table i have the below content
Main Main/Documents Main/Source &nb | | 0 | 0 | 4 days ago |
Best Technology to use for a specific application
I have an application I need to design in the soon to be future. The application will collect permit information from a wide variety of businesses. The application needs to store data locally (we | | 0 | 0 | 4 days ago |
mcad online training courses
Hi
Can you you recommend any good online microsoft certified video based training courses so that I can start to get a MCAD?
Thanks
earthman< | | 0 | 1 | 4 days ago |
Having problem with Cryptography
When i attempt to decrypto my string i get the following error:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Security.Crypto | | 0 | 1 | 4 days ago |
problem with tabcontainer in update panel with repeater
Hello, I am facing problem with TabContainer in updatepanel. I have repeater in updatepanel. Repeater has linkbutton, on cliccking link button, a popup modal extender opens and shows detail | | 0 | 0 | 4 days ago |
Convesion of website
Hi,
I want to convert asp.net website for windows xp in linux red hat, so wat's changes should be required in asp.net website
thankx in advan | | 0 | 1 | 4 days ago |
Any problem for it?
Hi, is there any problem for running it in Sql server? update a set a.prc=1/cnt from tab2 a join (select fld1, fld2, count(distinct ltrim(rtrim(mp_fld1))+ltrim( | | 0 | 0 | 4 days ago |