|
Dear All,
Related to one of my below questions, does somebody know how to create a transparent pop-up..
(I sometimes see in web-pages, page gets dark (a transparent one, and a notification appears in the middle of the page(ofcourse the note is not dark))
Thanks in advance.
|
|
|
|
|
That is achieved using css. See this[^] page.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
|
|
|
|
|
Dear Christian,
Thanks for the answer
|
|
|
|
|
Ersan Ercek wrote: Christian
I am not Christian. He[^] is.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
|
|
|
|
|
okay... for me you are christian, why are you using what he says than? He is founder of the site right?
|
|
|
|
|
Ersan Ercek wrote: He is founder of the site right?
Chris Maunder[^]
Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.
|
|
|
|
|
Ersan Ercek wrote: why are you using what he says than?
It is the quote that I like.
Ersan Ercek wrote: He is founder of the site right?
Chris[^] is the co-founder of this site.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
|
|
|
|
|
Dear All,
before going any further I would like to consult you (experts).
once customer access the page, system will check whether or not customer gives a score to his last order, if not I want to open a page (may be pop-up) where he will score it. Since I have not worked with pop-ups before, do you suggest it?
would you suggest a better way?
Thanks alot..
|
|
|
|
|
If you need to force the user to furnish the score and then redirect back to the initial page, I would say use ModalPopUpExtender.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
|
|
|
|
|
Hi,
I am working on an ASP.net application with 3.5 framework.
I need to implement control level role management i.e: the ability to hide or disable a control based on the users role or group credentials. Since I need to do this across all controls in the page I want a simple framework based on which I can implement this across the application without much effort and uniform accross the app. I am using windows authentication and sql server provided role management for authentication and role management.
Pointers and references in this directions will be deeply appreciated.
J.Anandarajeshwaran
WWW.BeginWithDisbelief.com
hi hi hi hi
|
|
|
|
|
|
No I am not looking for loginviewcontrol.
say for example:-
let us have 2 roles clerk and approver.
say clerk has rights to create order and edit order
approver has rights to only approve order
when a user with clerk credentials logs in only create and edit buttons to be available
if he is approver only approve button to be available.
lovinviewcontrol will do the trick for implementing this. but my requirement is if someone with the role of clerk and approver(multiple roles to the same user) logs in he must have create,edit and approve all the buttons available.
how can I implement this????
hi hi hi hi
|
|
|
|
|
You can create user groups, roles and controls. Roles could basically have permissions so when you are about to show any control go through the roles or security list and check which ones are applied.
|
|
|
|
|
|
Well, during the user creation you can define the user by assignning it to a specific group, authentication type like windows or application, and roles. You may want to store them in the database and should be have normalize tables. Furthermore, You may perhaps have a group mainteance page or role maintenance where these could be maintained. So when the specific user is logged in to the system. You through the groups and roles and check what kinds of layout this user should be able to view.
|
|
|
|
|
Hi all,
As i am using asp.net web application with c#.Net, as i need to disable address bar for my entire web application.
I visited alot of sites for this but all of them are dealing with opening one window setting only but i need to disable entire application.
Can any body help on these.
thanks in advance,
eswar.
|
|
|
|
|
|
|
Even if you see somewhere addressbar is hidden, it is actually impossible to do.
most of the browsers like Mozilla, IE 7 and above doesnt allow open window without address bar.
So sorry.
Better you might use AJAX to get the content of the page and load it into your floating container produced using div.
|
|
|
|
|
open the browser in full screen mode (F11).. use javascript fot it
|
|
|
|
|
i have an text file with some data. i want load the text file in mu sql server 2005 database by using vb.net.
can any one plzz help me...
Regards,
S.Inayat Basha.
|
|
|
|
|
Open the file, read text from it and store it into database. Do you want us to develop it for you?
Please don't forget to mark 'Good Answer', if you find it really a good one!
Kashif
|
|
|
|
|
can u plz send me the code for it....
|
|
|
|
|
At least give it a try! First search on google how to open up a file then google for reading it and then for inserting into db.
Please don't forget to mark 'Good Answer', if you find it really a good one!
Kashif
|
|
|
|
|
Open the file and read content using the classes in System.IO, then insert it into sql server. What you tried to accomplish this?
|
|
|
|