-
Replied To a Post in Data grid and data set
Hi, first of all, put some description at your post, don't just drop the code. So the problem seems to be that you can execute the stored procedure, right? Do … -
Began Watching SQL database refresh
Hi Everyone. Background :- Winform App creates database in MSSQL LocalDB & creates tables. Data is imported & analysed then report is created. At any point in the process the … -
Replied To a Post in SQL database refresh
The App creates the DB and the tables, but it drops only the tables? If so, on the second time isn't it trying to create an DB that already exists? … -
Began Watching pdf to image conversion
Is it possible to convert pdf to image without imagick. -
Replied To a Post in pdf to image conversion
Like this http://www.codeproject.com/Articles/57100/Simple-and-Free-PDF-to-Image-Conversion ? -
Began Watching open/ save file dialog box javascript
Hi everyone I am working on a client server based project(I am new in this field) where I have to bring the name of all dir and files inside dir … -
Replied To a Post in open/ save file dialog box javascript
What backend language are you using? If you were able to show the list in HTML, just use an JQuery UI Theme to make the look and feel better. -
Began Watching how to detect empty input text box?
Hi. i got table A(contact-names) which is where name are populated to from db and table B(guest-names) where names from table A will be appended to. this is the js … -
Replied To a Post in how to detect empty input text box?
I was not able to undertand what you area trying to do... but let me explain to you what your code is doing... // Every TR inside .contact-names will have … -
Began Watching Cannot modify header information
I'm new at this language and I canĀ“t understand this warning: Warning: Cannot modify header information - headers already sent by (output started at /Applications/AMPPS/www/.../users.php:316) in /Applications/AMPPS/www/.../phpgraphlib.php on line 213 … -
Replied To a Post in Cannot modify header information
Where do you call the initialize function? The error is telling you that you are trying to set the header after you started the output. -
Began Watching Using an API with JavaScript
Alrighty guys, I'm trying to get myself started with using an API called tinysong that'll use XML HTTP objects to take in specially formatted URLs to return a json object … -
Replied To a Post in Using an API with JavaScript
That's because you can't make AJAX request to different domains. Take a look at this: http://stackoverflow.com/questions/3506208/jquery-ajax-cross-domain -
Began Watching How to restore backup from MS SQL 2008 r2 to Ms Sql 2005?
Hi guys, is it possible for me to downgrade server . i tried to restore .bak file from 2008 r2 to 2005 but it has a compatibility error./ can anyone … -
Replied To a Post in How to restore backup from MS SQL 2008 r2 to Ms Sql 2005?
I ain't sure, but I think you can't do it with backup (.bak). What you can do it's generate scripts from the 2008 to the 2005: 1.Right click on the … -
Began Watching HTML Page transitions from one page to another
Hello I am looking to use transistions from one page to another. How do I go about doing it? Thanksss -
Replied To a Post in HTML Page transitions from one page to another
You can't really make transitions between two pages, but you can give a better impression with something like this. // Hide your main div when leaving the page window.onbeforeunload = …
The End.