1
vote
1answer
61 views
keep borders in IE with jquery.corner()
Hey there,
I'm using the jQuery plugin "corner": http://www.malsup.com/jquery/corner/
Its almost doing a great job making my divs round at the edges.
The problem is, my divs have …
1
vote
0answers
25 views
Jboss cache with Hibernate
I am very new to this caching techniques. I just managed to configure JBossCache with Hibernate on JBoss AS 4.23 GA.
My question is Suppose I have two different configurations de …
3
votes
5answers
95 views
Any examples of a non-trivial and useful example of the ‘with’ keyword?
I still find the with keyword a bit...enigmatic.
Briefly, with behaves like this:
with (obj) {
// do stuff
}
This adds obj to the head of the scope chain and then execute …
0
votes
2answers
40 views
Optimize mysql query
Hi All,
I want to optimize this query as it is taking long to execute almost a second
Here's the query:
IF Exists(
Select CustFirstName From Customers
Where (CustFirstName = …
1
vote
2answers
30 views
javascript Message box with confirmation
How to add javascript Message box with confirmation option in ASP.Net.??
0
votes
2answers
77 views
how to include my asp.net website under sharepoint ?
I i have the asp.net web site with c# + sql server 2008 connectivity + css + javascripts + ajax . I have a solution. i want to run this site under sharepoint . What i have to do fo …
0
votes
1answer
17 views
STS : Using JSF , Managed beans and Aspects
Main idea is to use JSF with Spring AOP for modularizing cross cutting concerns like logging.
I am using STS (Spring tool suite) and have jsp page with jsf tags. These tags are rea …
0
votes
1answer
42 views
How to open another form in codebehind using javascript
hi guys ,
I have following code in button click
Response.Write("window.open('Contact.aspx')");
The above code is working.but if use
String s = "Contact. …
0
votes
2answers
28 views
What namespaces are required to call an SSIS Package?
hi guys,
I have created an SSISpackage in my asp.net project.To call the ssis package, i have written the following code.
dim app as new Application()
dim package as Package=app …
0
votes
2answers
63 views
how to add NavigationBar with Editbutton on left to the Uitable In Iphone?
Hi,
In my iphone application i have added the Uitable view.While launching the application the table is showing the No. of rows which i want.Now i want to add the Navigation bar t …
0
votes
1answer
19 views
Dynamic filter with dropdown list
Hi,
I have a function that I want to call in a classmethod to dynamically add where condition but for some reason getting syntax error. Please help me with the code
private Da …
0
votes
1answer
42 views
How to update a database table using ssis?
hi guys,
i have successfully run an ssis package and inserted data from one table in the first database to another table in the second database.but all the rows are inserted in th …
0
votes
2answers
70 views
J2me Polish integration problem with Eclipse as plugin.
Hi,
I am trying to integrate the j2me polish into the Eclipse IDE as plugin.
I have followed all the instructions given into the j2me polish site:
http://www.j2mepolish.org/cms/ …
0
votes
1answer
326 views
Sys.WebForms.PageRequestManagerServerErrorException
I am using the asp.net with c# and using the update pannel as well as flash control i am getting the error sometime not all time and no page navigate after then plz help me out
fo …
-1
votes
3answers
105 views
REST web service with asp.net
how to add refrence the REST web service with asp.net application? The REST is generating the WADL file. How can i add reference to my application . I tryied as regular way, by Add …
