hi ,
i want to implement a web service which is both in java and .net.but i will first create a wcf service and later convert the code to java .
for securing the webservice , i have this in my mind.
i shall be implementing asp.net form authentication type of stuff . i intent to sent a token to the client on providing valid userID and password to…
Hi All!
i am facing a problem with UIwebview in landscape mode.
in landscape mode the touche event works only 320x320. its not working on entire screen in UIwebview!
What are the things to take care, when developing pages to support browser compatibility?
What I mean is, layout is not properly shown in all browser as required, but working fine in some browser.
I am using .Net 2.0 C#
The Reader is ACR83 which can be found
hxxp://www.acs.com.hk/index.php?pid=product&id=ACR83
and for the Card it self I am using ACOS3-32 also from the same company
hxxp://www.acs.com.hk/index.php?pid=product&id=ACOS3
Also I have a .net wrapping for the local winscard api from the vendor SDK
ok, this is my…
I have hidden field on thick box, when I close thick I need to get the value of my hidden field, when close thick box this method calls
function tb_remove(parent_func_callback) {
parent.document.getElementById('hdf').value// I need value of hidden field here
please tell me how can I get hidden field value that is on thick box?
Thanks
How can we embed the over,up,down etc skins defined as sybols in a .swf file... i mean in skin file how can i specify those symbols to be used as up,over,down skins.
hi ,
i intent to replace wcf service with some java service . how should i design my wcf service such that it's gets replaced or can be replaced with the java service later such that i dont have to do any work or very little work on the client i.e on my silver light application .
any idea's / suggestions?
P.S that is the reason i am not…
Hi,
I am a beginner to asp.net. I want to sort a gridview but the problem i m facing is when sort event handler is called the exception of stack over flow is thrown. Following is my code for sorting function.
protected void sortGridView(string strSortExpression)
{
if (strSortExpression != string.Empty)
{
…
I am executing SQL in hibernate and getting exception Return types of SQL query were not specified
public ArrayList get(string Release, int DocId)
{
string query = string.Format("select ti.Id, (' Defect ' + cast(ti.onTimeId as varchar) + ' - ' + ti.Name) as Name from TrackingItems ti inner join DocumentTrackingItems dti on ti.Id =…
new Tween(Image1movieClip, "y", Strong.easeInOut,Image1movieClip.y, thetargetY, 1.5, true);
the following error occurs
access of undefined property Strong...
however Back and Bounce works here..
Hello Everyone,
i have following two routes registered in my global.asax file
routes.MapRoute(
"strict",
"{controller}.mvc/{docid}/{action}/{id}",
new { action = "Index", id = "", docid = "" },
new { docid = @"\d+"}
);
routes.MapRoute(
"default",
"{controller}.mvc/{action}/{id}",
new { action = "Index", id…
hello friendzz
plz give me a solution for this error
"fatal error C1190: managed targeted code requires a '/clr' option"
HOw can i resolve this problem??
My configuration is ..
Visual studio 2008
windows 7
Here is the code (i got by using net resources)
using
using namespace System;
using namespace System::IO;
int main() {
…
Hi, I need date string using sql statement like..
select getDate()
this will return 2010-06-08 16:31:47.667
but I need in this format 201006081631 = yyyymmddhoursmin
How can I get this?
Thanks
I am using Jquery plot.Every thing is working except tooltip data.
Total data shown on a line is 190 which is equal to total published PLUS total unpublished.Total Published is 51 which is shown in tooltip.Now the other portion of tooltip shows 190 instead of 190-51 = 139
here is my code
var options1 = {
series: {stack: stack,
…
Hi there. what i am trying to do is to play a full screen(1024x768) animation on ipad with an fps of around 20. i have got a scene with 1800 full screen frames. till now i have tried a lot of approaches but have encountered a lot of problems.
my first approach was to get the texture using the following function
t = [[CCTexture2D alloc]…
I have made search about books dealing with developing apps for smart card using dot net framework but I havn't found any
If some one please know a name for a good book
please help me with it
Is there any way to know if an object is a const object or regular object, for instance consider the following class
class String
{
String(const char* str);
};
if user create a const object from String then there is no reason to copy the passed native string and that because he will not make any manipulation on it, the only thing…
These days I am interested in learning F#, and would like to use it for GUI applications. Unfortunately I have no previous background in .Net or C#. Are there any good resources (web sites, books) for learning this without going through C# first?
Many thanks in advance.
I have class like
public class ProgressBars
{
public ProgressBars()
{ }
private Int32 _ID;
private Int32 _Name;
public virtual Int32 ID {get { return _ID; } set { _ID = value; } }
public virtual Int32 Name { get { return _Name; } set { _Name = value; }}
}
here is List collection
List<ProgressBars>…
Hi,
I have a table which contains id, name, parentId of Top level Menus & their children like:
--------------------------------------
id | name | parentId
--------------------------------------
1 | Color | 0
--------------------------------------
2 | Flower | 0…