ive been doing vb.net for a while and i dont understand the purpose of these two:
form1.designer.cs and form1.resx
can someone please explain them to me?
I've been trying to find official requirements for Silverlight 4.0, but can't seem to find anything.
What I want to know is if VS2008 supports Silverlight 4.0, or if I need to upgrade to VS2010.
The only mention I could find was on this Silverlight forum:
http://forums.silverlight.net/forums/p/156538/350841.aspx
Does anyone know of an official link?
Here is my environment
Windows7, Visual Studio 2010, MVC2.0 and NET4
My default web site is configured to use ASP.NET v4.0 application pool.
Here is an easy way to reproduce my problem
Create a new MVC2 application
Open the properties Window
Go to the Web tab
Check "Use IIS Local Web Server"
Click on "Create Virtual Directory" button
I get this error message
To access local IIS Web Sites, you must install the following IIS components:
In addition, you must run visual Studio in the context of an Administrator account
For more information, press F1
Notice the blank line after "...the following IIS components:"
I am running VS2010 as administrator
Pressing F1 does not bring any help
I`m working in a serial terminal project developed in VB.NET.
I need to display a lot of formatted (color, font styles) text data in a read-only control (the incoming serial data).
I dont know if its a good idea to use richtext control or a grid, or there`s a better third party control?
Thanks
Is there any data export framework in .net or something.I have need to device a tool kit to export legacy and data from older/legacy application to the new application under development,there are around three similar systems.To give you an idea the three have employee table.Is there any framework or dsl tool for this? Or I have to come up with all the code? How do you guys do it when you have customers whom you want to migrate to the new product ?
Hi there,
I'm wondering if it's possible to create diagonal text with sIFR3 ?
I searched the net, but haven't come up with any leads so far.
Any nudge in the right direction would be much appreciated.
Thanks
Right, so if you have to decide on a server-side language for a distributed Linux-based server backend, would you choose:
PHP
Mono ASP.net
Java
As a C++ programmer, I'm thinking Java+Tomcat, but I'd love to hear experienced thoughts here, especially relating to debugging and IDE (likely Eclipse).
Also, please, it's not a flame question. I'm seeing excellent sites written in all, I'm just thinking about the compile/debug/release cycle.
Cheers,
Shane
There are actually 2 question i want to cover in this topic.
1) Is there anyway to put table footer into a MVCContrib Grid? (tf)
2) Im writing a small code to display result image into a grid:
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
I represent Image, this will make as a table to maintain equal width.. But is there anyway of doing this with MVCCOntrib particularly or Asp.net MVC View?
Thank you
As you can see in my jsFiddle example, I have a diagram that uses jQuery Map Highlight plugin to allow users to click to different parts of the diagram and see the corresponding text to the left.
Right now, the only way to interact with the diagram is by clicking on it. I'd like to give users the ability to hit previous and next buttons to control it as well. I'm just not sure how to go about it.
Any help would be appreciated:
http://jsfiddle.net/keith/jkLH7/1/
In C# environment, setting a checkbox's CheckState property to Indeterminate displays a "green square" inside the checkbox.
In VB environment, this displays as a "grayed out check" (which is less intuitive, even for "dummy" users).
How do i make Indeterminate state look like a "green square" in VB.NET ?
Btw, i am using VS2008, Winforms 2.0.
(Btw2: I tried to create two tags CheckState Indeterminate, which is more appropriate to my question, but disallowed by StackOverflow due to points!)
What are minimum requirements for a beginner to gain a java based development job as on date?What is the same in the case of a .NET framework based development job?
Which path would be a better option today?
Hi i just recently made a website and i need to get decent hits on it!
The URL is http://www.aussiebac kpackersclan.net
It is a clan website that also has its own gaming tournament ladder system and we want teams to sign up!!!
What is the best method of achieving this promotion?
I was looking for the documentation of net-snmp 5.2.3. I was keen to have a reference of the APIs and the data structures. Could someone share me this info if you have ? I am aware that 5.4 is the latest and the greatest.
Hi,
i've made a service reference from my silverlight app to my local dev server.
but now i want to deploy this on the testserver, but how can i change the uri of the dataservice now?
all i deploy is a XAP file, and in the asp.net world i was used to change the uri in the web.config, but obviously that isn't present in a silverlight app?
I have a .ddb file that is used as a telephone directory for an application written in flash/VB.net (i guess). The problem is that the application is crashing and my only was to access the application is through the mysterious (*.ddb) file (99% of the application size.)
The application contains an also mysterious dll (NK_SQLite.dll).
So far I have tried:
SQLite Browser
tried opening the file in PL/SQL
tried opening the file in SQL Server
Any ideas about how to solve this issue,
For given floating point numbers x and a, I would like to compute r (and n) such that x = a*n + r . In C/C++ this function is called fmod. However I do not see a convenient function in .NET. Math.DivRem is only for integers ...
I have built a repository which only exposes IEnumerable based mostly on the examples in "Professional ASP.NET Design Patterns" by Scott Millett.
However because he mostly uses NHibernate his example of how to implement the Query Object Pattern, or rather how to best translate the query into something useful in EF, is a bit lacking.
I am looking for a good example of an implementation of the Query Object Pattern using EF4.
We are writing a complex rich desktop application and need to offer flexibility in reporting formats so we thought we would just expose our object model to a scripting langauge. Time was when that meant VBA (which is still an option), but the managed code derivative VSTA (I think) seems to have withered on the vine.
What is now the best choice for an embedded scripting language on Windows .NET?
Hi,
Is C# 'RSACryptoServiceProvider' cryptographic algorithm is a part of Microsoft- CryptoAPI?
Any advantage we have for normal asymmetric encryption by using CryptoAPI over 'RSACryptoServiceProvider' in .Net?
I cannot understand the difference between them?And which one is best and safty?
Could you please help?
Thanks
Karthik
I have read about the push technologies recently. Using it real-time data streaming is very easy. I also saw an implementation called ajax push engine, but it runs on linux or mac server. I wanted to use this technology in an asp.net site.
So is there any open source implementation of the push technology that is available for direct use on windows platform ?
Try setting the padding of <td> to more than 1px, you can't.
You can only specify 0 or 1px padding for this td. But why ? It's same in both transitional and strict document types.
http://www.pro-turk.net/xhtml_col.html
Recently I found an nice blog post presenting 2 approaches for tracking online users of a web site with the help of Redis.
1) Smart-keys and setting their expiration
http://techno-weenie.net/2010/2/3/where-s-waldo-track-user-locations-with-node-js-and-redis
2) Set-s and intersects
http://www.lukemelia.com/blog/archives/2010/01/17/redis-in-practice-whos-online/
Can you judge which one should be faster and why?
Hello,
my client has an exchange server and offers free email accounts to his clients and partners. His clients need access to some web applications through login and password and need to be authenticated .
i thought about creating a custom asp.net membership provider that hits exchange instead of the regular aspnetdb store.
Is there a way to authenticate these users against exhange with their exchange provided email/username and password ?
thank you.