Hi,
1) Can i use my database, tables and procedure for WebSchedule?
2) Can we modify the database provided by Infragistics which contains tables and procs nameing conventions?
3) If i Added new columns in, suppose Activity Table.. so how i can insert and retrive values of that column?
Yes, no and I have no idea lol.
If you set up your own table and use a custom database all you really have to do is bind it in code to the webschedule. Its a little tricky at first because the schedule doesnt like this but because you can also manipulate the appointment object you can tell the appointment what column is the value its looking for.