Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Member Avatar for wrathyimp

Is it possible to add PDF files to the dates, and make it clickable to view or download files? I am looking for a calendar based file publication, as we create daily, weekly, monthly reports to be published for our viewers. The users can click on the date to access/download …

Member Avatar for wrathyimp
0
145
Member Avatar for wrathyimp

Hi, I am having two different logins on my website. One for the admins to update teh CMS, other I am creating is to provide our 3rd party, access to the files, but are not to be included in the CMS. So I need to have two forms in my …

Member Avatar for jaihoon.meerzakhel
0
395
Member Avatar for wrathyimp

Hi All web experts, I have a Archive file folder, and it have few categories which is divided in years, and the files are named as month-date (eg. 07-26.pdf). There are old scanned documents mostly in PDFs, and doc files.These are available in a shared folder on our file server. …

Member Avatar for almostbob
0
243
Member Avatar for wrathyimp

I have added the CSS code for the related boxes. I cannot figure the correct padding that I am missing on the 3rd Column, which is going below. You can check the following page. http://bp.com.kw/index-1-2-4.html Thanks .box-24, .box-25, .box-26{float:left; background:#e5e8e3; padding:10px 20px; font-size:10px; height:580px;} .third-wrap{width:980px;} .box-24{width:375px; margin-right:25px; } .left2-wrap{float:left; width:145px;} …

Member Avatar for diafol
0
143
Member Avatar for wrathyimp

Hi, I have a client with static website, now he needs to have a automated news updating facility, so he can just add the news headline or title to a text file, which will be updated to the front page and all the inner pages. I have tried the object …

Member Avatar for JorgeM
0
159
Member Avatar for wrathyimp

Hi, I have a menu (Telerik: RADMenu) to be available in arabic language support, which means float from right to left. the Menu works fine in IE & Firefox, but not on other browsers; but when using firebug inspect element, I get exttra style as below which makes the menu …

Member Avatar for wrathyimp
0
124
Member Avatar for wrathyimp

Hi, I have a sql view below: [CODE] SELECT b.Stk AS secode, b.TktE AS Ticket, CAST(a.Last / 10 AS integer(10, 3)) AS Last, CASE WHEN CONVERT(integer, a.Last) <> 0 THEN (CONVERT(integer, a.Last) - CONVERT(integer, a.Ref)) / 10 ELSE (CONVERT(integer, a.Ref) - CONVERT(integer, a.Prev)) / 10 END AS Change, CAST(a.High / …

Member Avatar for pritaeas
0
174
Member Avatar for wrathyimp

Hi all, I have a table with 6 rows and 5 columns. First row is the header, I want to change color for the values in the 5th column, i.e. if the value is >0 then the font color is red, if value is <0 then its green. I have …

Member Avatar for nilesh.umaretiy
0
2K
Member Avatar for wrathyimp

I have a pages table with following columns: DB Table: sno name title url parentPage 1 Reports Reports [url]http://1[/url] 0 2 Reports Local [url]http://2[/url] 1 3 Reports Intl [url]http://3[/url] 1 Now I need to to display the label as Report - Local: So report will be linked to the parentpage …

0
86
Member Avatar for wrathyimp

Hi, I have a gridview with date column. I need to show the dates in Arabic format (fonts/characters) encoding. this my english date format: [CODE]DataFormatString="{0:dddd, MMMM dd, yyyy}" [/CODE] I need the same but in arabic. Thanks

Member Avatar for wrathyimp
0
58
Member Avatar for wrathyimp

Hi all, I have searched the web, and tried all possible solutions, but it seems difficult for me to set it for IE, firefox, is smooth as cream, but the culprit is IE. the following are my CSS: [CODE] .footerT { position:fixed; clear:both; background-color: #FFFFFF; width: 795px; margin-right: 16px; border-top-color: …

Member Avatar for MidiMagic
0
123
Member Avatar for wrathyimp

Hi, I have a IF-Else statement, seems not getting the values populated for the first 4 of my cases, the values from 0-3. the following is my code. [CODE] int MST = Convert.ToInt32(Convert.ToInt32(DetailsView3.Rows[0].Cells[1].Text)); if (MST == 0) { DetailsView2.Rows[3].Cells[1].ForeColor = Color.Red; DetailsView2.Rows[3].Cells[1].Text = "Closed"; } else if (MST == 1) …

Member Avatar for achristov
0
70
Member Avatar for wrathyimp

Hi, Can get my code working fully. its just works partially. Its a IF else statement, the value to the variable is to be read from a cell with intergers from 0 to 9, it works ok for value 4 = Open, but rest it not working. [ICODE] int MST …

Member Avatar for wrathyimp
0
114