Click here to Skip to main content
15,895,084 members

Comments by OmniSource (Top 3 by date)

OmniSource 1-Apr-15 7:06am View    
Hi Girish,

Issue still exist however it's in cold bucket cause of other priorities with project.
deployed this package on Azure and throughput was close to 18~20 message per sec.
each message is about 64kb, size can't be reduced further.

as it stands, it's a time bomb ticking, will have to go back to it once time demands.

Thanks for comments.
OmniSource 30-Sep-13 2:43am View    
asp.net files get redered as HTML files, so they follow the same rules as any html files within browser. you can do the following to meet your needs.

1) Create a js function which accepts a bool value, and within the function find your element and add to it's style visibility: none
2) On check/uncheck of your radio button, call above function with your bool values.

this should do the job.
OmniSource 26-Sep-13 3:38am View    
Hi,

You may want to do inner join between your faculty and course table on your faculty_id column, if you already know how to retrieve your faculty_id's from faculty table. however if you are trying to send that array from managed code to SQL, then solution to your problem is a different game. so please elaborate your question as fellow friends have asked in comments above.