Question : Unable to connect to shared printer at XP computer (some kind of permission problem)

One single 2003 server SBS, with AD. A couple of XP Pro computers, all of them joined to the domain.

Sharing a printer from server works fine (permission are set correctly yes) but we have one locally installed printer at a PC (LPT1) and I can share it, set permissions to everyone = full access, it shows up in the AD catalog.

But then adding a new printer from another PC (or from the server, does not matter) I get a popup box asking me for credentials. Same thing happen then sharing a folder from that PC.

There must be something "basic" with this PC I miss.

Any ideas?

Answer : Unable to connect to shared printer at XP computer (some kind of permission problem)

If you don;t have sorting enabled there won't be a link button....
You can get header text like:

string header = GridView1.Columns[i].HeaderText; //  i is the 0-based index for the column

Or you can also get it like:

string header = GridView1.HeaderRow.Cells[i].Text;
Random Solutions  
 
programming4us programming4us