Silver Light And WPF Relate To Asp.net?
Feb 5, 2010How do silver light and WPF relate to asp.net? is one more geared towards asp or windows?
View 6 RepliesHow do silver light and WPF relate to asp.net? is one more geared towards asp or windows?
View 6 RepliesI am going to start Silverlight application. I have VS2008. In template panel I am not able to see Silverlight application. Silverlight project and silverlight class library are there.
I have choosed silverlight project and compiled, it gives some assembly does not exist (system.silverlight,system.xml.core,system.agclr) message.
Kindly clarify what are the tools have to install to create Silverlight Application. How to avoid these errors. Also give the reference of silverlight tutorials. kindly let me know what can i do to create silverlight application.
If I search adding asp.net to silverlight all I get is how to add silverlight to an asp.net page, but I want to do it the other way around. I have a main page that has been converted to silverlight and lot of controls that are still in asp.net 2, can anyone give me any information on how to host the ascx controls in silverlight?
View 1 RepliesCan any one let me know "Is it possible to use Both Silver Light Controls and ASP.Net AJAX Controls in a Single ASPX Page or not"? If so hw can it be achieved?
View 1 RepliesI used a AsyncFileUpload control from AJAX Control Toolkits. After I got the async file upload part working, I needed to filter the file type so users can only upload image files. I found the following code off web and it worked well:
function uploadStarted(sender, args) {
var filename = args.get_fileName();
var filext = filename.substring(filename.lastIndexOf(".") + 1);
if (filext == "jpg" || filext == "jpeg" || filext == "gif" || filext == "bmp")
[code]...
I would like to know how to relate my shared class to my web User controls?? For example say I add a new class my project to run a game. How do I get infomation I need from my web controls to be used in my class.Say my user select easy for the difficult mode on a radio control. I want the class to be able to see that the user control has been set to easy or have the class modify values for my web controls
View 1 RepliesI have 2 deopdown lists , for example the first one contain : Israel , USA , CANADA. i would the second one to contain , cityes of those countries , for exampe if some user choose USA, the second drop downlist become
View 2 Repliesin my current project I used a AsyncFileUpload control from AJAX Control Toolkits. After I got the async file upload part working, I needed to filter the file type so users can only upload image files. I found the following code off web and it worked well:
[Code]....
The problem is : I don't understand this javascript. What is the type of args parameter? Where are the methods such as "get_fileName()", "set_cancel()" defined? I went to the homepage of the
AsyncFileUpload control but couldn't find any documentation regarding the "args".
How to add relationship between tables using SSMS 2008 Express?
View 3 Replieshow to use Render Action in Light Box?
View 2 RepliesHow to show Razor View in J Query Light box give me a full example.
View 10 RepliesI am new in web developement, creating the web Traffic Light user control?
THe user control will have 3 indicators just like the real traffic light: red indicator which will be blinking when error state is received; yellow indicator which will be blinking when the warning state is received; green indicator which will be illuminated when the normall state is received.
I am just trying to figure something out. At work we have alot of data access code Ex:
[Code]....
Pretty standard stuff really, but I was at a training course recently where the Developers insisted on wrapping code, that seemed nothing more than expose exactly the same functionality.
I was interested in your thoughts as to whether this was a good idea. So the above would inherit from a DbHelper class with some thing like:
[Code]....
These would just expose the same but maybe a bit more generic i.e. using DbCommand as opposed to SqlCommand.
I am showing preview of text in text box.
But if text color is light(Like white) and i want to show that text preview than text is not visible because textbox background color is white.
Can i get the range of dark and light color so i'll change textbox backgroun color accordingly.
How to display edit and Delete View in J Query Light box in MVC 3.0 razor view engine?
View 5 RepliesI am trying to estimate how long it will take to migrate a Classic ASP application to .NET and came across hundreds of COM functions written in VB 6.
A majority of these functions only do parameter validation and actually calls the SQL server. Is this something that should be replace with an ORM? (Linq, nHibernate, Entity Framework)... or should there be more to this picture?
i am using light box in one of my asp.net website On a linkbutton click, an application form opens in a lightbox.this form contains a dropdownlist.till now it was working fine.but now i have to change some coding.Whenever a value is selected from that dropdownlist,its selectedindexchanged is fired.At this moment my form with light box gets disapper.what i want is,it should remain on screen as it is when any of the server side event is fired.
View 2 RepliesI'm new to ASP.net and I need a little help. Windows has lots of places where text boxes show a light gray info message on the background telling the user what they can enter in that box. The message disappears as soon as the user types something in the box. How can I do that, I'm using ASP and VB.
View 4 RepliesI have developing simple application to save in database using visual studio lightswitch but no luck. I'm getting "Caption : unable to Save data... Submit operation failed. The remote server returned an error:NotFound. The remote server returned an error:NotFound" error message while saving. Also running the application, I'm gettingwindows security popup window. I have installed Visual Studio 2010 with SP1, Ligthswitch, SQL Server 2008 R2. OS: Windows 7 Enterprise. System not connected to any Domain and no password for windows. the issue occuring during development itself.
View 1 RepliesI have update panel on the page to avoid postback and placed a dropdownlist control within that update panel. DrodownList is filled with Category names and also it's autopostback set to True.
Now whenever dropdownlist index change's on select, untill page loads complete data it should show mesage as "Loading.... in center and middle of the page and background should become bit transparent". And when page load completely with data then that background and message should get disappear.
how to display that the user is online(Maybe By A Green Light Image) without using Asp.Net Membership,
View 1 RepliesThe app is a small .exe to be installed in multiple machines. Each will access the db to get/update a field in a table and should be less than 1000 calls to it per day. I'm concern about the "locking" error message that I sometimes encounter (rarely) when running the program. Maybe increasing the default timeout would make it wait longer until the db is no longer locked?
View 2 Replies