Click here to Skip to main content
Page 1 of 4,580
Page Size: 10 · 25 · 50


Category filtered by:  Web Development [x]
Forum Message 14 May 2013  
No problem. There are only 10 types of people in the world, those who understand binary and those who don't.
Web Development » Asp.Net
Forum Message 14 May 2013  
Thank you! :)
Web Development » Asp.Net
Forum Message 14 May 2013  
That was the general response I originally gave you. So you got things fixed then? :)
Web Development » Cloud Computing
Forum Message 14 May 2013  
SQL Compact cannot be used in Windows Azure. You need Windows Azure SQL Database for this.
Web Development » Cloud Computing
Forum Message 14 May 2013  
> wrote:cmd.Parameters.Add("@App_Authority", OdbcType.VarChar, 1200).Value = GetNull(App_Authority) Above is varchar, but in the
Web Development » Asp.Net
Forum Message 14 May 2013  
What do you mean how to access i? Just use it. And why post so much other code that is not relevant? There are only 10 types of people in the world, those who understand binar
Web Development » Asp.Net
Forum Message 14 May 2013  
Use FormsAuthentication and then just store whatever you want into the Session. There are only 10 types of people in the world, those who understand binary and those who don't.
Web Development » Asp.Net
Forum Message 14 May 2013  
Several things have to come together to give JSON back to the browser... your service has to be decorated like this... [ScriptService] public class wMDTServices { [WebMethod]
Web Development » Web Development
Forum Message 14 May 2013  
Hi I have an web application developed on MOSS 2007, with custom web parts and reports etc. Now client wants to migrate to higher version Sharepoint 2010. I like to know the best way to migrate?
Web Development » Sharepoint
Forum Message 14 May 2013  
I posted my real answer on Facebook. However, what you need to do here is go back to basics and learn some SQL. Your question is like, Day 2 of a basic SQL class. I don't even know how to answer it ot
Web Development » Asp.Net
Forum Message 14 May 2013  
I use WebMatrix 3. I've got an ASP.NET Web Pages site that draws fractals, it uses a SQL Compact database and works fine locally. But after I published it to the Azure Cloud and tried it, I get a
Web Development » Asp.Net
Forum Message 14 May 2013  
Hi, I have developed an ASP.net VB application on 1.1 in which we insert certain data into a particular table which is on sybase. My table structure: CREATE TABLE dbo.at_ip_disbursement ( do
Web Development » Asp.Net
Forum Message 14 May 2013  
Thank you!
Web Development » Asp.Net
Forum Message 14 May 2013  
Thank you!
Web Development » Asp.Net
Forum Message 14 May 2013  
What kind of doc you want to print without displaying the print dialog? Do you want to print the current page? a PDF file?
Web Development » Web Development
Forum Message 14 May 2013  
Well shouldn't any/all frameworks for developing Azure solutions be in the Azure SDK? ASP.Net Azure getting started
Web Development » Cloud Computing
Forum Message 14 May 2013  
dusty_dex wrote:Use the regular Desktop frameworks Do I need to use NuGet? What is the exact name of the framework I need? The point is
Web Development » Cloud Computing
Forum Message 14 May 2013  
.NET CF is for PDAs and Embedded devices. Use the regular Desktop frameworks.
Web Development » Cloud Computing
Forum Message 13 May 2013  
I've got an ASP.NET Web Pages site that draws fractals, it uses a SQL Compact database and works fine locally. But now I want to publish it to the Azure Cloud and I get an error in the Database.csh
Web Development » Cloud Computing
Forum Message 13 May 2013  
I need to add hot keys to my ASP.net MVC3 application. please give me any ideas on the best way to implement this in MVC? for eg: go to home page of my application when Ctrl + Q is used to
Web Development » Asp.Net
Forum Message 13 May 2013  
Take a look at following link in CP, hope it helps: User Activity Log in asp.net[
Web Development » Asp.Net
Forum Message 13 May 2013  
{ background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
Web Development » Web Development
Forum Message 13 May 2013  
So wots problem Create a database table to store activities at every operation store the activity along with date time, user, and any other things u require.
Web Development » Asp.Net
Forum Message 13 May 2013  
I want to record all users' activities on websites such as manipulation 1 log file
Web Development » Asp.Net
Forum Message 13 May 2013  
I want to record all users' activities on websites such as manipulation 1 log file
Web Development » Asp.Net
Forum Message 13 May 2013  
i have two datatables dt1 and dt2.The first one has 3 columns and the second one has 1 column .i want to merge them together.As of now the join is happeneing top-down way,i want it sideways .
Web Development » Asp.Net
Forum Message 13 May 2013  
Quote:I want to know user doing in this? And I can save it by session. What does it mean?
Web Development » Asp.Net
Forum Message 13 May 2013  
Your question is not quite clear. Please rephrase and elaborate on what are you trying to do. Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog
Web Development » Asp.Net
Forum Message 13 May 2013  
there is no concept of the datasource in javascript. your asp dropdown is rendered as an html select which is containing one or more option elements. example:
Web Development » Javascript
Forum Message 13 May 2013  
QR Code barcode generating dll for ASP.NET web application.
Web Development » Asp.Net
Forum Message 13 May 2013  
I have a web application. I want to know user doing in this? And I can save it by session. Can you tell your opinion?
Web Development » Asp.Net
Forum Message 13 May 2013  
A bit of googling came up with configreference/system.webserver/caching. With sample code in all .net languages. No mention
Web Development » Asp.Net
Forum Message 13 May 2013  
I had a look at your web server code and tried to figure out Random bits. function RandomNumber() { var IsToken = [ [ 9,10,38,40,46,48], [11,40
Web Development » Javascript
Forum Message 13 May 2013  
How do I clear the server cache in asp.net? I have found out that there are two kinds of cache. There is the browser cache and the server cache. I have done some searching but I have yet to find a cle
Web Development » Asp.Net
Forum Message 13 May 2013  
hi to all how can i acceess 'i' in for loop thanks in advance
Web Development » Asp.Net
Forum Message 13 May 2013  
hi to all i have an asp drop down and i want to access datasource in javascript how can i do this? like this code in c# myDropDown.DataSource=mydatatable;
Web Development » Javascript
Forum Message 13 May 2013  
because you are trying to add it into a collection of objects. You can only use addEventListener on a target element, document or window. If you want to use a collection like this then you will hav
Web Development » Javascript
Forum Message 13 May 2013  
See if the Sample links on this ^ page help you. We can't help you because your explanation just isn't understood. You should try
Web Development » Asp.Net
Forum Message 13 May 2013  
Have you used the very first version? I posted it again, and that version does work. It was this bit I overlooked. I had converted Java back to javascript and posted it without checking. Sorry.
Web Development » Javascript
Forum Message 13 May 2013  
Yes JavaScript is not give an output
Web Development » Javascript
Forum Message 13 May 2013  
ok but i want to add different item for each row to drop down my problem is this
Web Development » Asp.Net
Forum Message 13 May 2013  
many ways you can items to grid view you can use XML data Database data Manual Adding Which procedure you will prefer.
Web Development » Asp.Net
Forum Message 13 May 2013  
mehdi.sabet wrote:i have a grid view with a drowpdownfield If you have it let us see it. ;)
Web Development » Asp.Net
Forum Message 13 May 2013  
but my question is very obvious . i want just an idea to do this
Web Development » Asp.Net
Forum Message 13 May 2013  
but my question is very obvious . i want just an idea to do this
Web Development » Asp.Net
Forum Message 13 May 2013  
how much hav u done post your code?
Web Development » Asp.Net
Forum Message 13 May 2013  
It is usually good to post some code with your message. You are more likely to get help that way. Far too many people just ask for code and don't even try to write any code themselves. :(
Web Development » Asp.Net
Forum Message 13 May 2013  
hi to all i have a grid view with a drowpdownfield i want to add diffrent item for each row to this drop down . how can i do this thanks for any help
Web Development » Asp.Net
Forum Message 13 May 2013  
NO. I mean yes, I know the javascript works. All of it works. You can test java without using phone tools. But is the code doing what you want it to? compared to your own code that you posted. (whi
Web Development » Javascript
Forum Message 13 May 2013  
Okay it is right I did not think it so.. Ok there is no problem in Javascipt code
Web Development » Javascript

Page 1 of 4,580
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid