You cannot post messages because only members can post, and you are not currently a member.
Description:
Feel free to ask any questions, problems, issues regarding VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services, .NET Remoting, Crystal Reports .NET, Visual Studio .NET and more
http://feeds.feedburner.com/DotNetDevelo pment
|
|
|
separate text colouring like google's autocomplete on firefox
|
| |
Hi,
I have just finished doing some css for autocomplete using
autocomplete extender.
And I got really curious with different colouring on the list which
can be displayed on firefox.
Obviously this can be done because I can see this, but does anyone
have any idea how to do it?
Any help will be greatly appreciated.... more »
|
|
Any comment about below Performance tunning idea?
|
| |
We have a form calling
List.contains()
a lot of the time to check if the user have permission to view / amend
difference fields. The visibility checking process is somehow complex
and it is not easy to simpify, but according to the benefit result,
this is the bottleneck that form.
I just wonder, can we using sortedlist.contain() can improve this part... more »
|
|
Silent printing
|
| |
Hello my problem is that i am using a PDF printer to convert an html
to PDF. I got it but i still have the last problem. Befor printing
the .PS file, i am getting the "choose printer screen" waiting for
accepting the printing. I would like to skip this process and print
ahead.
The code i am using is:... more »
|
|
Ajax control Tool kit Extenders not working after deployment
|
| |
Hi,
I have recently deployed one application in web server, I have used Ajax
control tool kit extenders CalendarExtender and AutoComplete Extender. Both
these extenders works good in local where as it does not work on the server.
I have dot net frame work 2.0 installed in my machine, I have used the Ajax... more »
|
|
pop up another window
|
| |
this is a simple question i think but i cant seem to get it right.
im using VS 2005 and its menu creating tool.
i have a main interface and on its menu bar you get
Add --> Student
when you click "Student" a student registration form pops up.
my problem is what i the code you can put on to popup this registration... more »
|
|
IE6 vs. IE7 onresize() behavior
|
| |
I'm having compatibility issues with this code I'm working on with
IE7.
First off, in IE6, when a user loads the webpage, "OnLoad" is called
but not "OnResize". OnResize is only called when the window size has
been changed.
However, in IE7, OnResize is called immediately after OnLoad and is... more »
|
|
Returning multiple values from a stored proc.
|
| |
I have a stored procedure (show below) that I need to return a few of
the fields. Its just a basic login, nothing high security. I can't
figure out how to get it to return the fields I require. Any
assistance? (I'm using C# and SQL Express 2008).
Kind regards.
Thanks!
ALTER PROCEDURE [dbo].[auth]... more »
|
|
F1, F1 Help help needed
|
| |
can any body tell me how to configure iis server 6.0 if installed after
.net 2008. Please replay as soon as u can.
With Warm Regards
===============
Atul Setu
+91-98112-20302
+91-95558-00788
atuls...@gmail.com
|
|
About code readability (for fun)
|
| |
My first language was C. When I started learning it I used only
notepad and compiler.
Tabs were really important for the code readability and some comments
made the code also more readable.
But some ppl didn't like it so first IDE editors were created to
highlight parts of the code.
c# went even far and also created so called regions for even better... more »
|
|
VB.Net to MySql DataBase Connection
|
| |
Hi,
I am creating a windows Application with the Back-End Database as MySql,
Which is in my domain.
can any one say me the coding to link to the database using VB.Net to MySql.
Actually i am having the coding but it is not working, i am getting an error
while running it as
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found... more »
|
|
|