User Profile
Collapse
-
Yes. It is possible. But maintaining consistencies across the tables wont be that easier. Also, I wont be able to use on delete/update cascade and such other things.... -
Yes. I would like to use the foreign key feature that innodb provides....Leave a comment:
-
Whats the workaround for implementing fulltextsearch with innodb?
Hi,
I would like to know if you guys are aware of any workaround for implementing something similar to a fulltextsearch when the engine is innodb.
As I understand it, innodb doesn't support fulltextsearch. So, how exactly should one go about it.
Thanks. -
My problem is not with the site not getting indexed in the search engines.
I would like to know whether its possible to index the pages which generate data on the fly from the databases.
e.g this forum seems to have been completely developed using php and displays data from the database, and has got its data indexed in google. I would like to know how to achieve that....Leave a comment:
-
-
Decent rich text editor for asp.net
Hi,
Could anyone suggest a Free Rich Text Editor that will work great with .net
Thanks. -
How to make google show my pages (aspx) in the search results
Hi,
I would like to know as to how I could make the google (or any search engine for that matter) display the aspx pages in the search results.
i.e. I display the articles on the aspx page from the database. But if I want those articles to be indexed in google, then how do I go about it.
Thanks. -
Ya. no probs. but, can you first tell as to what exactly you want?
i.e. whether you want to display a record from the database in a form and display consecutive ones when the user presses a button
OR
you want to collect all the records from the database and append them to one another and display them in a form
My guess is that you are trying to achieve the second one. Kindly clarify....Leave a comment:
-
In my opinion, this problem will occur if you are caching the pages.
setting no-cache on all the pages will prevent the problem....Leave a comment:
-
Is it possible to run website developed in .net on linux servers?
Hi,
Is it possible to run websites developed in .net on linux servers?
Thanks,
Gomzi. -
I explained earlier too maghi85.
Anyway....
Normally, what happens is that when a page loads, the contents in the page_load sub get executed.
i.e. in your case suppose you have placed the code for binding dropdownlist in the page_load area, then it gets binded with that data when the page is requested.
Now, later on when a postback occurs, i.e. either through a button or autopostback of your dropdownlist or whatever, the...Leave a comment:
-
-
Thanks Plater.
Captcha - The images that we see on webpages (word verification) for telling computers and humans apart.
i.e. I wish to know whether it is thread safe?
Thanks,
Gomzi....Leave a comment:
-
Using Bitmap's for captchas
Hi,
I would like to know whether it is safe to use images created using bitmap class available in .net for captchas?
Also, when many people access the site at the same time, will there be any problem?
And lastly, in case you feel that it is not safe to use bitmap class for this purpose, could you kindly tell me as to what the rest of the world out there uses?
Thanks,
Gomzi. -
Hi Preethamsaroja. Your code from the for loop part doesn't make sense.
Here's what your code does,
loops from 0 to max-1 assigning the values from the dataset to the textboxes.
But, everytime, you write to the same textbox, and so your data in the textbox is going to get overwritten.
Also, once the loop gets executed, you store again some data in the textbox.
So, in short, everytime it gets overwritten and you...Leave a comment:
-
Don't think that should be a big problem mate. Since, you already have done much of the work(custom paging in .net is huge!), you can just use a-c or d-e or whatever for the dropdown text and place the numbers as their corresponding value.
Regards,
Gomzi....Leave a comment:
-
if you are binding your dropdownlist1 in page load, then place that code inside ->
if not ispostback then
YOUR CODE HERE
endif
Your problem may be because, everytime postback occurs, the controls get binded again. so, you will have to prevent the controls from being binded again when postback occurs....Leave a comment:
-
Well, I now remember adding this ->
<identity impersonate="tr ue" userName="" password=""/>
in web.config.
Try adding that and see mate....Leave a comment:
-
Yes. I too had experienced that error. Mine was because, I was trying to upload pictures and hadn't set the permissions properly.
So, do you too upload pictures? If yes, then may be the error is at that place.
Else, please post some more details (the code on the page where you get the error if possible).
Regards,
Gomzi....Leave a comment:
-
Didn't have a deep look at the code, but i guess its because of you using = and not &= or +=.
You will have to append the text to the one already in the textbox to get the result that you expect.
If that aint the solution let me know, and i will look properly.
Regards,
Gomzi....Leave a comment:
No activity results to display
Show More
Leave a comment: